Odel
ellmos ControlCenter

ellmos ControlCenter

Local
@ellmos-ai1TypeScriptMITUpdated 1w ago

MCP control plane: local server discovery, profiles, capability bundles, and policy audits.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmellmos-controlcenter-mcpv0.2.2

Run

npx -y ellmos-controlcenter-mcp

MCP client config

{
  "mcpServers": {
    "ellmos-controlcenter": {
      "command": "npx",
      "args": [
        "-y",
        "ellmos-controlcenter-mcp"
      ]
    }
  }
}