Srclight for VS Code
io.github.srclight/srclight
Deep code indexing for AI agents. FTS5 + embeddings + call graphs + git intelligence. Fully local.
client:VS Code
transport:stdio
runtime:pypi
Install Srclight in VS Code
.vscode/mcp.json
{
"servers": {
"srclight": {
"type": "stdio",
"command": "uvx",
"args": [
"srclight"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs