← Back to Plugins
MCP Server MCP

Sourcegraph MCP Server

github By github 👁 1 views ▲ 0 votes

Sourcegraph code search, semantic search, go-to-definition, find-references, and diff search.

Configuration Example

{
  "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
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...