Gopher
Rank #55,493io.github.CourtimusPrime/gopher
Lead intelligence layer for AI agents. Discover and enrich B2B prospects from natural language.
Gopher is a Model Context Protocol (MCP) server published by CourtimusPrime. It ranks #55,493 of 115,591 servers tracked on MCP Toplist. Gopher is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 18, 2026 and most recently updated on May 18, 2026.
Ranks ahead of 60,098 of 115,591 servers on MCP Toplist.
Use Gopher
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add gopher -e "GOPHER_API_KEY=<your GOPHER_API_KEY>" -e "GOPHER_API_BASE_URL=<your GOPHER_API_BASE_URL>" -- npx -y gopher-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gopher]
command = "npx"
args = ["-y", "gopher-mcp"]
[mcp_servers.gopher.env]
GOPHER_API_KEY = "<your GOPHER_API_KEY>"
GOPHER_API_BASE_URL = "<your GOPHER_API_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gopher": {
"command": "npx",
"args": [
"-y",
"gopher-mcp"
],
"env": {
"GOPHER_API_KEY": "<your GOPHER_API_KEY>",
"GOPHER_API_BASE_URL": "<your GOPHER_API_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gopher": {
"command": "npx",
"args": [
"-y",
"gopher-mcp"
],
"env": {
"GOPHER_API_KEY": "<your GOPHER_API_KEY>",
"GOPHER_API_BASE_URL": "<your GOPHER_API_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gopher": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gopher-mcp"
],
"env": {
"GOPHER_API_KEY": "<your GOPHER_API_KEY>",
"GOPHER_API_BASE_URL": "<your GOPHER_API_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gopher": {
"command": "npx",
"args": [
"-y",
"gopher-mcp"
],
"env": {
"GOPHER_API_KEY": "<your GOPHER_API_KEY>",
"GOPHER_API_BASE_URL": "<your GOPHER_API_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gopher": {
"command": "npx",
"args": [
"-y",
"gopher-mcp"
],
"env": {
"GOPHER_API_KEY": "<your GOPHER_API_KEY>",
"GOPHER_API_BASE_URL": "<your GOPHER_API_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.CourtimusPrime%2Fgopher)<a href="https://mcptoplist.com/server/io.github.CourtimusPrime%2Fgopher"><img src="https://mcptoplist.com/badge/io.github.CourtimusPrime%2Fgopher.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
CourtimusPrime
Other servers by CourtimusPrime
View all CourtimusPrime servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 18, 2026 |
Frequently asked questions
- Who maintains Gopher?
- Gopher is maintained by CourtimusPrime, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Gopher listed on the Official MCP Registry?
- Yes — Gopher is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Gopher have?
- MCP Toplist tracks 1 version of Gopher, most recently published on May 18, 2026.
- Where can I find the source code for Gopher?
- The source code for Gopher is hosted at github.com/courtimusprime/gopher.it.