Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
io.github.CourtimusPrime/gopher · v0.1.0
Lead intelligence layer for AI agents. Discover and enrich B2B prospects from natural language.
gopher 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"gopher": {
"command": "npx",
"args": [
"-y",
"gopher-mcp"
],
"env": {
"GOPHER_API_KEY": "<GOPHER_API_KEY>"
}
}
}
}GOPHER_API_KEY必填secretYour Gopher API key (gph_…) from https://gopher.it.com/api-keys
GOPHER_API_BASE_URL可选Gopher API base URL (default: https://gopher.it.com)
{
"id": "io.github.CourtimusPrime/gopher",
"type": "mcp-server",
"version": "0.1.0",
"displayName": "gopher",
"description": "Lead intelligence layer for AI agents. Discover and enrich B2B prospects from natural language.",
"repository": {
"url": "https://github.com/CourtimusPrime/Gopher.it",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "gopher-mcp",
"version": "0.1.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "GOPHER_API_KEY",
"description": "Your Gopher API key (gph_…) from https://gopher.it.com/api-keys",
"isRequired": true,
"isSecret": true
},
{
"name": "GOPHER_API_BASE_URL",
"description": "Gopher API base URL (default: https://gopher.it.com)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.CourtimusPrime/gopher",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.CourtimusPrime%2Fgopher/versions/latest",
"isOfficial": true,
"status": "active"
}
}