MCP Server
MCP
One Person Company OS
Build and update a visual operating cockpit for AI-native solo founders.
Install
oci:ghcr.io/living-hi/one-person-company-os-mcp:1.0.3
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment