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
By srclight
Installation
npx -y srclightConfiguration
{
"mcpServers": {
"srclight": {
"command": "npx",
"args": ["-y", "srclight"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes