Skip to content
Zed

SpecMgr for Zed

io.github.dfch/biz.dfch.specmgr

An artifact manager for system specifications.

client:Zed transport:stdio runtime:pypi

Install SpecMgr in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "biz.dfch.specmgr": {
      "command": "uvx",
      "args": [
        "biz-dfch-specmgr"
      ],
      "env": {
        "SPECMGR_MCP_TRANSPORT": "<SPECMGR_MCP_TRANSPORT>",
        "SPECMGR_MCP_HOST": "<SPECMGR_MCP_HOST>",
        "SPECMGR_MCP_PORT": "<SPECMGR_MCP_PORT>",
        "SPECMGR_ADR_DIR": "<SPECMGR_ADR_DIR>"
      }
    }
  }
}

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

SpecMgr in other clients