Skip to content
Zed

SpecLeft for Zed

io.github.specleft/specleft

Python intent tracing MCP: map specs to pytest tests, monitor implementation progress, offline-only.

client:Zed transport:stdio runtime:pypi

Install SpecLeft in Zed

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

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

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

SpecLeft in other clients