AgentHubAgentHub

colber-mcp

MCP ServerMCP Registry官方收录

io.github.Obi49/colber-mcp · v0.1.1

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

概览

colber-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.Obi49/colber-mcp",
  "type": "mcp-server",
  "version": "0.1.1",
  "displayName": "colber-mcp",
  "description": "Trust + coordination infrastructure for the agent economy. 27 tools across 6 Colber modules.",
  "repository": {
    "url": "https://github.com/Obi49/Colber",
    "source": "github",
    "subfolder": "apps/mcp-server"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@colber/mcp",
        "version": "0.1.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "COLBER_BASE_URLS",
            "description": "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."
          },
          {
            "name": "COLBER_AUTH_TOKEN",
            "description": "Optional bearer token forwarded to the backend services. Leave empty for unauthenticated local development.",
            "isSecret": true
          },
          {
            "name": "COLBER_LOG_LEVEL",
            "description": "pino log level for stderr output (stdout is reserved for MCP JSON-RPC). One of: trace, debug, info, warn, error. Defaults to info."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Obi49/colber-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Obi49%2Fcolber-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
colber-mcp — MCP Server 安装与配置 · AgentHub