Skip to content
Zed

AgentFund for Zed

io.github.agentigris/agentfund

Fundraising tools for AI agents on Solana: create campaigns, donate via x402, check reputation.

client:Zed transport:stdio runtime:npm

Install AgentFund 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": {
    "agentfund": {
      "command": "npx",
      "args": [
        "-y",
        "@agentfund/mcp"
      ],
      "env": {
        "API_BASE_URL": "<API_BASE_URL>",
        "API_BEARER_TOKEN": "<API_BEARER_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

AgentFund in other clients