Catalog
semhood
Officialby AhmeedGamil · Python
AST-based semantic code search; results ship with their call graph (calls + callers).
Perform semantic code search using AST analysis with call graph results.
README not available yet.
Install
Configuration
Arguments
--fromdefault semhoodclaude_desktop_config.json
{
"mcpServers": {
"semhood": {
"command": "uvx",
"args": [
"semhood"
]
}
}
}