What is the Srclight MCP server?
Deep code indexing for AI agents. FTS5 + embeddings + call graphs + git intelligence. Fully local.
How to install Srclight
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"srclight": {
"command": "uvx",
"args": [
"srclight"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"srclight": {
"command": "uvx",
"args": [
"srclight"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"srclight": {
"command": "uvx",
"args": [
"srclight"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"srclight": {
"type": "stdio",
"command": "uvx",
"args": [
"srclight"
]
}
}
}Claude Code
claude mcp add srclight -- uvx srclightRelated MCP servers
Ping 134+ free coding LLMs across 17 providers, rank by latency, pick the fastest.