Skip to content
Zed

DevTime for Zed

io.github.shakargy/devtime

Local-first, read-only MCP server for evidence-backed repository memory.

client:Zed transport:stdio runtime:pypi

Install DevTime in Zed

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

{
  "context_servers": {
    "devtime": {
      "command": "uvx",
      "args": [
        "devtime-ei"
      ]
    }
  }
}

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

DevTime in other clients