Search public code on Sourcegraph. No key required.
claude mcp add sourcegraph-mcp -- npx -y sourcegraph-mcp
claude_desktop_config.json
{
"mcpServers": {
"sourcegraph-mcp": {
"command": "npx",
"args": [
"-y",
"sourcegraph-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"sourcegraph-mcp": {
"command": "npx",
"args": [
"-y",
"sourcegraph-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sourcegraph-mcp": {
"command": "npx",
"args": [
"-y",
"sourcegraph-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"sourcegraph-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sourcegraph-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"sourcegraph-mcp": {
"command": "npx",
"args": [
"-y",
"sourcegraph-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mrfentmen--sourcegraph-mcp/reviews or the review_server meta-tool.
POST /mcp