One Person Company OS✓
io.github.living-hi/one-person-company-os · v1.0.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.living-hi/one-person-company-os",
"description": "Build and update a visual operating cockpit for AI-native solo founders.",
"title": "One Person Company OS",
"repository": {
"url": "https://github.com/living-hi/one-person-company-os",
"source": "github",
"subfolder": "platforms/mcp-server"
},
"version": "1.0.3",
"websiteUrl": "https://github.com/living-hi/one-person-company-os",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/living-hi/one-person-company-os-mcp:1.0.3",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Mount a founder-approved workspace into the container.",
"value": "type=bind,src={workspace_path},dst=/workspace",
"variables": {
"workspace_path": {
"description": "Founder-approved local workspace path.",
"format": "filepath"
}
},
"type": "named",
"name": "--mount"
}
],
"environmentVariables": [
{
"description": "Keep stdio MCP responses unbuffered.",
"default": "1",
"name": "PYTHONUNBUFFERED"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}