Skip to content
Grok

AgentFund for Grok

io.github.agentigris/agentfund

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

client:Grok transport:stdio runtime:npm

Install AgentFund in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "agentfund": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentfund/mcp"
      ],
      "env": {
        "API_BASE_URL": "<API_BASE_URL>",
        "API_BEARER_TOKEN": "<API_BEARER_TOKEN>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

AgentFund in other clients