Back to Browse

Polarion MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

A well-architected MCP server for Polarion ALM with strong security fundamentals. Authentication is properly enforced via environment variables (no hardcoded credentials), permissions align closely with the server's purpose (Polarion API interaction), and code quality is high with comprehensive input validation, error handling, and type safety. Minor code quality observations exist but do not represent security vulnerabilities. Supply chain analysis found 4 known vulnerabilities in dependencies (1 critical, 1 high severity). Package verification found 1 issue.

3 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

What You'll Need

Set these up before or after installing:

Base URL of the Polarion serverOptional

Environment variable: POLARION_URL

Polarion personal access tokenRequired

Environment variable: POLARION_TOKEN

Client-side request rate cap in requests per second; match your deployment's throttle. 0 disables pacing (default: 1)Optional

Environment variable: POLARION_MAX_REQUESTS_PER_SECOND

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-devemberx-mcp-server-polarion": {
      "env": {
        "POLARION_URL": "your-polarion-url-here",
        "POLARION_TOKEN": "your-polarion-token-here",
        "POLARION_MAX_REQUESTS_PER_SECOND": "your-polarion-max-requests-per-second-here"
      },
      "args": [
        "mcp-server-polarion"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!