agentfuse mcp for Zed
io.github.sai4447/agentfuse-mcp
Affiliate API for AI agents -- browse programs, generate tracked links, record conversions.
client:Zed
transport:stdio
runtime:npm
Install agentfuse mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentfuse-mcp": {
"command": "npx",
"args": [
"-y",
"agentfuse-mcp"
],
"env": {
"AGENTFUSE_API_KEY": "<AGENTFUSE_API_KEY>",
"AGENTFUSE_API_URL": "<AGENTFUSE_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs