E-Kuerschner/sourcegraph-react-prop-mcp
If you are the rightful owner of sourcegraph-react-prop-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP (Model Context Protocol) server that integrates with Sourcegraph to provide code search and analysis capabilities to LLMs.
The Sourcegraph MCP Server is designed to enhance the capabilities of Language Model Machines (LLMs) by integrating with Sourcegraph, a powerful code search and analysis tool. This server allows LLMs to perform advanced code searches, retrieve file contents, and analyze code usage patterns directly from Sourcegraph repositories. To use the server, users must generate a Sourcegraph API access token and configure environment variables accordingly. The server can be built from Typescript and configured with various MCP clients, such as Cursor and Claude Desktop. An optional install script is available to streamline the setup process. Once configured, the server can be verified by testing the Sourcegraph connection using the provided tools.
Features
- Integrates with Sourcegraph for enhanced code search and analysis
- Supports multiple MCP clients for flexible configuration
- Provides tools for testing Sourcegraph connection and retrieving code data
- Optional install script for easy setup
- Environment variable configuration for secure access
Usages
cursor configuration
{ "mcpServers": { "sourcegraph": { "command": "node", "args": ["server.js"] } } }
claude desktop configuration
{ "mcpServers": { "sourcegraph": { "command": "node", "args": ["server.js"] } } }