Skip to content
Cursor

gopher for Cursor

io.github.courtimusprime/gopher

Lead intelligence layer for AI agents. Discover and enrich B2B prospects from natural language.

client:Cursor transport:stdio runtime:npm

Install gopher in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "gopher": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gopher-mcp"
      ],
      "env": {
        "GOPHER_API_KEY": "<GOPHER_API_KEY>",
        "GOPHER_API_BASE_URL": "<GOPHER_API_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gopher in other clients