Serversio.github.sourcegraph/mcp
M

Sourcegraph MCP Server

io.github.sourcegraph/mcp · v0.1.0
● Remote
v0.1.0remote🌐 https://{sourcegraph_hostname}/.api/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.sourcegraph/mcp",
  "description": "Sourcegraph code search, semantic search, go-to-definition, find-references, and diff search.",
  "title": "Sourcegraph MCP Server",
  "repository": {
    "url": "https://github.com/sourcegraph-community/mcpregistry",
    "source": "github"
  },
  "version": "0.1.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{sourcegraph_hostname}/.api/mcp",
      "variables": {
        "sourcegraph_hostname": {
          "description": "Hostname of your Sourcegraph instance (e.g., sourcegraph.mycompany.com)",
          "isRequired": true
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}