gopher for Grok
io.github.courtimusprime/gopher
Lead intelligence layer for AI agents. Discover and enrich B2B prospects from natural language.
client:Grok
transport:stdio
runtime:npm
Install gopher in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
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