
Colber Mcp
Expose Colber trust and multi-agent coordination to Claude Code, Cursor, or Codex through 27 stdio MCP tools while you ship agent workflows.
Overview
io.github.Obi49/colber-mcp is a Build-phase MCP server that exposes Colber’s trust and agent-coordination APIs as 27 tools across six modules for coding agents.
What is this MCP server?
- 27 MCP tools grouped across six Colber service modules
- Stdio npm package @colber/mcp (v0.1.1) with optional COLBER_AUTH_TOKEN and COLBER_BASE_URLS
- Defaults to local Colber ports 14001–14051 or hosted api.colber.dev path URLs
- pino logging on stderr so stdout stays clean JSON-RPC for MCP clients
- 6 Colber modules
- Server version 0.1.1
What problem does it solve?
Coding agents lack a standard, trustworthy way to coordinate with other agents and Colber services without fragile custom HTTP glue.
Who is it for?
Solo builders shipping agent-first products who already run MCP in Claude Code, Cursor, or Codex and want Colber economy primitives on tap.
Skip if: Teams building a simple static site or a single LLM chat with no multi-agent trust, Colber backend, or MCP setup.
What do I get? / Deliverables
Your agent gains twenty-seven Colber MCP tools for trust and coordination, configurable for local Colber stacks or api.colber.dev with optional auth.
- Twenty-seven Colber tools callable from the agent over MCP
- Configurable base URLs and optional bearer auth for dev vs hosted Colber
- stderr pino logs without breaking MCP JSON-RPC on stdout
Recommended MCP Servers
Journey fit
Colber sits where solo builders wire agent runtimes to external coordination APIs—before launch-scale ops, the first catalog shelf is Build agent-tooling. Trust, identity, and handoffs between agents are tooling extensions to the coding agent, not generic backend CRUD or frontend UI work.
How it compares
Colber-backed MCP integration with 27 protocol tools—not a markdown agent skill, npm app UI, or a skills marketplace listing.
Common Questions / FAQ
Who is io.github.Obi49/colber-mcp for?
It is for indie and solo developers who use MCP-enabled coding agents and need Colber trust and coordination services inside the editor or CLI.
When should I use io.github.Obi49/colber-mcp?
Use it during Build (and as you Operate agent fleets) whenever workflows must call Colber modules for verified agent-to-agent coordination instead of one-off scripts.
How do I add io.github.Obi49/colber-mcp to my agent?
Install the @colber/mcp npm package, configure stdio MCP in your client, set COLBER_BASE_URLS and optional COLBER_AUTH_TOKEN, then register the server per your host’s MCP docs.