mcp for Windsurf
so.blackforge/mcp
Crypto market data: order book depth, liquidity lifetimes and taker flow on 9 spot venues
client:Windsurf
transport:stdio
runtime:npm
Install mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@blackforge-so/mcp"
],
"env": {
"BLACKFORGE_API_KEY": "<BLACKFORGE_API_KEY>",
"BLACKFORGE_BASE_URL": "<BLACKFORGE_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs