Skip to content
Zed

semhood for Zed

io.github.ahmeedgamil/semhood

AST-based semantic code search; results ship with their call graph (calls + callers).

client:Zed transport:stdio runtime:pypi

Install semhood in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "semhood": {
      "command": "uvx",
      "args": [
        "semhood"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

semhood in other clients