Skip to content
Claude Desktop

Solana AI Gateway for Claude Desktop

io.github.timothymycompc/solana-pulse-gateway

Wallet-signed Solana RPC for AI agents. No API keys, LLM-safe amounts, pay-per-call in SOL.

client:Claude Desktop transport:streamable-http tools:5

Install Solana AI Gateway in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "solana-pulse-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://solana-pulse-gateway-1021990235790.us-central1.run.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

Solana AI Gateway in other clients