Skip to content
Back to search
30
MCP

Sourcegraph

pulsemcp/sourcegraph

Integrates with Sourcegraph's search API to provide advanced code search with regex patterns, language filters, and repository scoping, plus intelligent query guidance and content fetching for exploring codebases and understanding large software projects.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Sourcegraph MCP Server
Sourcegraph code search, semantic search, go-to-definition, find-references, and diff search.
0 tools · streamable-http
CodeGraph Context
Code graph analysis for AI coding assistants with repo graph queries, symbol impact paths, and dependency hotspot reports.
0 tools
Zoekt
Integrates with Zoekt search engine to provide fast code search capabilities across repositories using query language with language filters,
0 tools
io.github.jghiringhelli/codeseeker
Graph-powered code intelligence with semantic search and knowledge graph for AI assistants
0 tools
io.github.codegraph-ai/codegraph
Semantic code graph with 31 tools: callers, impact, complexity, unused code. 15 languages.
0 tools
CodeGraphContext
Indexes codebases into a Neo4j graph database to enable sophisticated code analysis including function call relationships, class hierarchies
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "sourcegraph": {
      "url": "None",
      "transport": "http"
    }
  }
}