gate402 mcp for Windsurf
io.github.pgalyen1987/gate402-mcp
x402 pay-per-call agent APIs: LLM inference, Base trading data, SEC filings & scraping
client:Windsurf
transport:stdio
runtime:npm
Install gate402 mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"gate402-mcp": {
"command": "npx",
"args": [
"-y",
"gate402-mcp"
],
"env": {
"GATE402_API_KEY": "<GATE402_API_KEY>",
"GATE402_BASE_URL": "<GATE402_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs