AntFeed for Zed
io.github.augustas11/antfeed-mcp
Discover and transact on the AntSeed P2P AI network from any MCP-compatible agent.
client:Zed
transport:stdio
runtime:npm
Install AntFeed in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs