← Back to Plugins
MCP Server MCP

io.github.devemberx/mcp-server-polarion

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mcp-server-polarion

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-server-polarion",
      "version": "2.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Polarion server",
          "isRequired": true,
          "name": "POLARION_URL"
        },
        {
          "description": "Polarion personal access token",
          "isRequired": true,
          "isSecret": true,
          "name": "POLARION_TOKEN"
        },
        {
          "description": "Client-side request rate cap in requests per second; match your deployment's throttle. 0 disables pacing (default: 1)",
          "name": "POLARION_MAX_REQUESTS_PER_SECOND"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...