HomeProductivity › mcp-server-polarion

mcp-server-polarion

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

Python Cloud macOSWindowsLinux
★ 15 stars Last pushed 2026-09-23 License: MIT

Topics: Product Management

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 2.1.0)

uvx mcp-server-polarion

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server-polarion": {
      "command": "uvx",
      "args": [
        "mcp-server-polarion"
      ],
      "env": {
        "POLARION_URL": "<YOUR_VALUE>",
        "POLARION_TOKEN": "<YOUR_VALUE>",
        "POLARION_MAX_REQUESTS_PER_SECOND": "<YOUR_VALUE>"
      }
    }
  }
}
  • POLARION_URL required — Base URL of the Polarion server
  • POLARION_TOKEN required secret — Polarion personal access token
  • POLARION_MAX_REQUESTS_PER_SECOND — Client-side request rate cap in requests per second; match your deployment's throttle. 0 disables pacing (default: 1)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry