semhood for VS Code
io.github.ahmeedgamil/semhood
AST-based semantic code search; results ship with their call graph (calls + callers).
client:VS Code
transport:stdio
runtime:pypi
Install semhood in VS Code
.vscode/mcp.json
{
"servers": {
"semhood": {
"type": "stdio",
"command": "uvx",
"args": [
"semhood"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs