Serversio.github.Obi49/colber-mcp
M

io.github.Obi49/colber-mcp

io.github.Obi49/colber-mcp · v0.1.1
▦ npm
v0.1.1npm npm: @colber/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Obi49/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"
  },
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@colber/mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "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.",
          "format": "string",
          "name": "COLBER_BASE_URLS"
        },
        {
          "description": "Optional bearer token forwarded to the backend services. Leave empty for unauthenticated local development.",
          "format": "string",
          "isSecret": true,
          "name": "COLBER_AUTH_TOKEN"
        },
        {
          "description": "pino log level for stderr output (stdout is reserved for MCP JSON-RPC). One of: trace, debug, info, warn, error. Defaults to info.",
          "format": "string",
          "name": "COLBER_LOG_LEVEL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}