colber mcp for Cursor
io.github.obi49/colber-mcp
Trust + coordination infrastructure for the agent economy. 27 tools across 6 Colber modules.
client:Cursor
transport:stdio
runtime:npm
Install colber mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"colber-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@colber/mcp"
],
"env": {
"COLBER_BASE_URLS": "<COLBER_BASE_URLS>",
"COLBER_AUTH_TOKEN": "<COLBER_AUTH_TOKEN>",
"COLBER_LOG_LEVEL": "<COLBER_LOG_LEVEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs