PluginBench
MCP Server
Maintained
Apache-2.0

io.github.Obi49/colber-mcp MCP Server

io.github.Obi49/colber-mcp

What is the io.github.Obi49/colber-mcp MCP server?

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

How to install io.github.Obi49/colber-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "colber-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@colber/mcp"
      ],
      "env": {
        "COLBER_BASE_URLS": "<YOUR_COLBER_BASE_URLS>",
        "COLBER_AUTH_TOKEN": "<YOUR_COLBER_AUTH_TOKEN>",
        "COLBER_LOG_LEVEL": "<YOUR_COLBER_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "colber-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@colber/mcp"
      ],
      "env": {
        "COLBER_BASE_URLS": "<YOUR_COLBER_BASE_URLS>",
        "COLBER_AUTH_TOKEN": "<YOUR_COLBER_AUTH_TOKEN>",
        "COLBER_LOG_LEVEL": "<YOUR_COLBER_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "colber-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@colber/mcp"
      ],
      "env": {
        "COLBER_BASE_URLS": "<YOUR_COLBER_BASE_URLS>",
        "COLBER_AUTH_TOKEN": "<YOUR_COLBER_AUTH_TOKEN>",
        "COLBER_LOG_LEVEL": "<YOUR_COLBER_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "colber-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@colber/mcp"
      ],
      "env": {
        "COLBER_BASE_URLS": "<YOUR_COLBER_BASE_URLS>",
        "COLBER_AUTH_TOKEN": "<YOUR_COLBER_AUTH_TOKEN>",
        "COLBER_LOG_LEVEL": "<YOUR_COLBER_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add colber-mcp --env COLBER_BASE_URLS=<YOUR_COLBER_BASE_URLS> --env COLBER_AUTH_TOKEN=<YOUR_COLBER_AUTH_TOKEN> --env COLBER_LOG_LEVEL=<YOUR_COLBER_LOG_LEVEL> -- npx -y @colber/mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →