Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

AntFeed in other clients