AntFeed for Windsurf
io.github.augustas11/antfeed-mcp
Discover and transact on the AntSeed P2P AI network from any MCP-compatible agent.
client:Windsurf
transport:stdio
runtime:npm
Install AntFeed in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"antfeed-mcp": {
"command": "npx",
"args": [
"-y",
"@antfeed/mcp"
],
"env": {
"ANTFEED_EXPLORER_URL": "<ANTFEED_EXPLORER_URL>",
"ANTSEED_BUYER_URL": "<ANTSEED_BUYER_URL>",
"ANTSEED_MAX_DEPOSIT_USDC": "<ANTSEED_MAX_DEPOSIT_USDC>",
"ANTSEED_BUYER_STRICT": "<ANTSEED_BUYER_STRICT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs