AntFeed for Cursor
io.github.augustas11/antfeed-mcp
Discover and transact on the AntSeed P2P AI network from any MCP-compatible agent.
client:Cursor
transport:stdio
runtime:npm
Install AntFeed in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"antfeed-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs