sqry - Semantic Code Search for VS Code
io.github.verivusoss-releases/sqry
AST-based semantic code search: 33 tools, 35 languages, call tracing, impact analysis
client:VS Code
transport:stdio
runtime:oci
Install sqry - Semantic Code Search in VS Code
.vscode/mcp.json
{
"servers": {
"sqry": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/verivus-oss/sqry:4.8.16"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs