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.
COLBER_BASE_URLSOptional 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_TOKENsecretOptional bearer token forwarded to the backend services. Leave empty for unauthenticated local development.
COLBER_LOG_LEVELpino log level for stderr output (stdout is reserved for MCP JSON-RPC). One of: trace, debug, info, warn, error. Defaults to info.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.