← Index

io.github.Obi49/colber-mcp

io.github.Obi49/colber-mcp·v0.1.1·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "colber-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@colber/mcp"
      ],
      "env": {
        "COLBER_BASE_URLS": "<colber_base_urls>",
        "COLBER_AUTH_TOKEN": "<your-colber_auth_token>",
        "COLBER_LOG_LEVEL": "<colber_log_level>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "colber-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@colber/mcp"
      ],
      "env": {
        "COLBER_BASE_URLS": "<colber_base_urls>",
        "COLBER_AUTH_TOKEN": "<your-colber_auth_token>",
        "COLBER_LOG_LEVEL": "<colber_log_level>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @colber/mcp
§02  Environment variables
COLBER_BASE_URLS

Optional JSON map of Colber service base URLs. Defaults to local ports 14001/14011/14021/14031/14041/14051. For the hosted Colber API, use api.colber.dev path-based URLs.

COLBER_AUTH_TOKEN
secret

Optional bearer token forwarded to the backend services. Leave empty for unauthenticated local development.

COLBER_LOG_LEVEL

pino log level for stderr output (stdout is reserved for MCP JSON-RPC). One of: trace, debug, info, warn, error. Defaults to info.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other