mcp cobre for Zed
io.github.codespar/mcp-cobre
MCP server for Cobre — CO/MX B2B treasury: balances, counterparties, money movements
client:Zed
transport:stdio
runtime:npm
Install mcp cobre in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-cobre": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-cobre"
],
"env": {
"COBRE_USER_ID": "<COBRE_USER_ID>",
"COBRE_SECRET": "<COBRE_SECRET>",
"COBRE_BASE_URL": "<COBRE_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs