← Back to Plugins
MCP Server MCP

One Person Company OS

github By github 👁 1 views ▲ 0 votes

Build and update a visual operating cockpit for AI-native solo founders.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...