Skip to content
Zed

Project Management Validation for Zed

io.github.antnewman/pm-validate

Validate project data against NISTA standards, scheduling best practices, and custom rules

client:Zed transport:stdio runtime:pypi

Install Project Management Validation in Zed

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

{
  "context_servers": {
    "pm-validate": {
      "command": "uvx",
      "args": [
        "pm-mcp-servers"
      ]
    }
  }
}

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

Project Management Validation in other clients