pexbot mcp for Windsurf
io.github.mikusnuz/pexbot-mcp
PexBot simulated spot/futures trading, competitions, portfolios, and AI analytics.
client:Windsurf
transport:stdio
runtime:npm
Install pexbot mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"pexbot-mcp": {
"command": "npx",
"args": [
"-y",
"@pexbot/mcp"
],
"env": {
"PEXBOT_API_KEY": "<PEXBOT_API_KEY>",
"PEXBOT_TOKEN": "<PEXBOT_TOKEN>",
"PEXBOT_TRADING_ACCOUNT": "<PEXBOT_TRADING_ACCOUNT>",
"PEXBOT_API_URL": "<PEXBOT_API_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs