Back to Home
peakflames icon

PolarionMcpServers

by peakflames

Overview

Provides Model Context Protocol (MCP) server implementations for integrating with Polarion Application Lifecycle Management (ALM) systems to retrieve work item and document data.

Installation

Run Command
docker run -d --name polarion-mcp-server -p 8080:8080 -v appsettings.json:/app/appsettings.json peakflames/polarion-remote-mcp-server

Security Notes

The primary configuration mechanism via `appsettings.json` explicitly shows and encourages the storage of Polarion server credentials (username and password) in plain text. Although the README notes to 'Consider secure alternatives', the provided setup instructions and Docker examples utilize this insecure method. The server also uses `AllowedHosts: "*"`, which is overly permissive for production environments and should be restricted. Running multiple instances is explicitly warned against due to session issues, indicating a potentially stateful design that could complicate secure, scalable deployment.

Similar Servers

Stats

Interest Score39
Security Score4
Cost ClassMedium
Avg Tokens2000
Stars15
Forks7
Last Update2025-12-02

Tags

PolarionALMMCP.NETDocker