MCP Directory
Back

sourcerer-mcp

by st3v3nmw · Go · ★ 117

MCP for semantic code search & navigation that reduces token waste

#claude-code#code-analysis#code-navigation#code-search#mcp#mcp-server#model-context-protocol#semantic-search

Install

go install github.com/st3v3nmw/sourcerer-mcp@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "sourcerer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:st3v3nmw/sourcerer-mcp"
      ]
    }
  }
}

From the README

An MCP server for semantic code search & navigation that helps AI agents work efficiently without burning through costly tokens. Instead of reading entire files, agents can search conceptually and jump directly to the specific functions, classes, and code chunks they need. [](https://asciinema.org/a/736638) - **OpenAI API Key**: Required for generating embeddings (local embedding support planned) - **Git**: Must be a git repository (respects files) - **Add to **: This directory stores the embedded vector database Sourcerer 🧙 builds a semantic search index of your codebase: - Uses [Tree-…
Read full README on GitHub →

Related search servers