MCP Directory
Back

sourcerer-mcp

by st3v3nmw · Go · ★ 111

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers