Skip to content

mcp server polarion for Zed

io.github.devemberx/mcp-server-polarion

MCP server for Polarion ALM — read and write documents and work items

client:Zed transport:stdio runtime:pypi

Install mcp server polarion 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": {
    "mcp-server-polarion": {
      "command": "uvx",
      "args": [
        "mcp-server-polarion"
      ],
      "env": {
        "POLARION_URL": "<POLARION_URL>",
        "POLARION_TOKEN": "<POLARION_TOKEN>",
        "POLARION_MAX_REQUESTS_PER_SECOND": "<POLARION_MAX_REQUESTS_PER_SECOND>"
      }
    }
  }
}

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

mcp server polarion in other clients