Trust + coordination infrastructure for the agent economy. 27 tools across 6 Colber modules.
claude mcp add colber-mcp -- npx -y @colber/mcp
claude_desktop_config.json
{
"mcpServers": {
"colber-mcp": {
"command": "npx",
"args": [
"-y",
"@colber/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"colber-mcp": {
"command": "npx",
"args": [
"-y",
"@colber/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"colber-mcp": {
"command": "npx",
"args": [
"-y",
"@colber/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"colber-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@colber/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"colber-mcp": {
"command": "npx",
"args": [
"-y",
"@colber/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Obi49--colber-mcp/reviews or the review_server meta-tool.
POST /mcp