mcp cobre for Windsurf
io.github.codespar/mcp-cobre
MCP server for Cobre — CO/MX B2B treasury: balances, counterparties, money movements
client:Windsurf
transport:stdio
runtime:npm
Install mcp cobre in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs