— GOPHER / INTEGRATIONS

Three ways to plug
Gopher into your stack.

MCP for AI agents. Custom Actions for ChatGPT. REST for everything else.

Install gopher-mcp in Claude
Drop this into your .mcp.json. Generate a key on /api-keys, copy the modal value, paste it in place of GPH_API_KEY.

Generate a key on /api-keys, copy the modal value, paste it in place of GPH_API_KEY.

{
  "mcpServers": {
    "gopher": {
      "command": "npx",
      "args": ["-y", "gopher-mcp"],
      "env": { "GOPHER_API_KEY": "GPH_API_KEY" }
    }
  }
}
.mcp.json

— or install via npx

npx -y gopher-mcp
shell