sourcegraph-mcp.md

Sourcegraph MCP

from"sourcegraph"
650

Sourcegraph code search and intelligence

Developer Tools
Sourcegraphsearchcode intelnavigation
install.sh
# Clone the repository
$git clone https://github.com/sourcegraph/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve