code atlas for VS Code
io.github.lusiem/code-atlas
Code intelligence MCP: symbols, call graphs, change impact + affected tests, routes, search.
client:VS Code
transport:stdio
runtime:npm
Install code atlas in VS Code
.vscode/mcp.json
{
"servers": {
"code-atlas": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lusiem/code-atlas"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs