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
docker run -d --name polarion-mcp-server -p 8080:8080 -v appsettings.json:/app/appsettings.json peakflames/polarion-remote-mcp-serverSecurity 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
files-mcp-server
This server provides a Model Context Protocol (MCP) interface for local testing with Microsoft OneDrive and SharePoint resources, enabling clients to interact with files, folders, sites, and libraries.
toolhive-studio
ToolHive simplifies and secures the discovery, deployment, and management of Model Context Protocol (MCP) servers, enabling connections to AI agents and clients.
mcp-server
Provides a server that exposes Model Context Protocol (MCP) tools for managing Tekton Pipelines and related resources within a Kubernetes cluster.
azure-devops-mcp-server
Exposes Azure DevOps operations as tools for AI assistants, enabling AI agents to automate tasks like creating work items, managing pull requests, and queuing builds.