srclight

srclight/srclight
★ 55 stars Python AI/LLM Updated 3d ago ✗ Risk
Deep code indexing MCP server for AI agents. 25 tools: hybrid FTS5 + embedding search, call graphs, git blame/hotspots, build system analysis. Multi-repo workspaces, GPU-accelerated semantic search, 10 languages via tree-sitter. Fully local, zero cloud dependencies.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "srclight": {
      "command": "uvx",
      "args": [
        "srclight"
      ]
    }
  }
}

Or install with pip: pip install srclight

README Excerpt

<!-- mcp-name: io.github.srclight/srclight --> **Deep code indexing for AI agents.** SQLite FTS5 + tree-sitter + embeddings + MCP. Srclight builds a rich, searchable index of your codebase that AI coding agents can query instantly — replacing dozens of grep/glob calls with precise, structured lookups. It is the most comprehensive code intelligence MCP server available: 42 tools covering symbol search, relationship graphs, community detection, impact analysis, git change intelligence, semantic se

Tools (3)

MyClassdetect_changesindex_freshness

Topics

code-indexingcode-intelligencecode-searchdeveloper-toolsembeddingsfts5mcpmcp-serverollamapythonsemantic-searchsqlitetree-sitter