MCP Server
MCP
Sourcegraph MCP Server
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
By
Comments
Sign in to leave a comment