Skip to content
Zed

postman for Zed

com.mcparmory/postman

Create, organize, and manage API collections, specifications, and team workspaces

client:Zed transport:stdio runtime:pypi

Install postman in Zed

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

{
  "context_servers": {
    "postman": {
      "command": "uvx",
      "args": [
        "mcparmory-postman"
      ]
    }
  }
}

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

postman in other clients