Skip to content
Zed

jarvis for Zed

io.github.phuongddx/jarvis

Local-first SCIP code navigation and Zoekt search over your own indexed repositories

client:Zed transport:stdio runtime:pypi

Install jarvis in Zed

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

{
  "context_servers": {
    "jarvis": {
      "command": "uvx",
      "args": [
        "jarvis-mcp"
      ]
    }
  }
}

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

jarvis in other clients