Skip to content
Zed

ITHZ MCP for Zed

dev.ithz/ithz-mcp

Local deterministic project memory for AI agents with context packs, gates and checkpoints.

client:Zed transport:stdio runtime:pypi

Install ITHZ MCP in Zed

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

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

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

ITHZ MCP in other clients