Back to MCP Servers

Srclight

Deep code indexing MCP server with SQLite FTS5, tree-sitter, and embeddings. 29 tools for symbol search, call graphs, git intelligence, and hybrid semantic search.

developer-toolssqliteembedding

Installation

npx -y srclight

Configuration

{
  "mcpServers": {
    "srclight": {
      "command": "npx",
      "args": ["-y", "srclight"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub