Skip to content
Windsurf

mcp server polarion for Windsurf

io.github.devemberx/mcp-server-polarion

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

client:Windsurf transport:stdio runtime:pypi

Install mcp server polarion in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp server polarion in other clients