Odel
Colber

Colber

Local
@obi49PythonApache-2.0Updated 4mo ago

Trust + coordination infrastructure for the agent economy. 27 tools across 6 Colber modules.

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).

npm@colber/mcpv0.1.1

Run

npx -y @colber/mcp

MCP client config

{
  "mcpServers": {
    "colber": {
      "command": "npx",
      "args": [
        "-y",
        "@colber/mcp"
      ]
    }
  }
}