Skip to content
Zed

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

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

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

agentfuse mcp in other clients