Polarion MCP Server

v1.0.0Business Applicationsstable

MCP Server for Polarion

aialmmcppolarion
Share:
30
Stars
0
Downloads
0
Weekly
0/5

What is Polarion MCP Server?

Polarion MCP Server is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for polarion

MCP Server for Polarion

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP Server for Polarion

Use Cases

Access Polarion ALM
Manage requirements
Track development
peakflames

Maintainer

LicenseMIT
Languagec#
Versionv1.0.0
UpdatedMay 6, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx polarionmcpservers

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Polarion MCP Server

The Polarion MCP Server bridges AI assistants with Siemens Polarion ALM (Application Lifecycle Management), giving teams natural language access to work items, documents, project spaces, and revision history stored in Polarion. It can retrieve work item details with custom fields and linked items, search documents by title or space, and trace requirement revisions — enabling engineering and quality teams to query their ALM data without leaving their AI assistant. The server runs as a Docker container or native executable and supports multiple Polarion project configurations simultaneously.

Prerequisites

  • A running Siemens Polarion ALM instance with network access from the MCP server host
  • Polarion credentials (username, password) with read access to the target projects
  • Docker installed (recommended deployment method) or .NET runtime for the native executable
  • An MCP-compatible client such as Claude Desktop, Cursor, or VS Code; clients that support SSE transport work best without a proxy
1

Pull the Docker image

Pull the official Polarion MCP server Docker image from Docker Hub.

docker pull peakflames/polarion-remote-mcp-server
2

Create the appsettings.json configuration file

Create an appsettings.json file with your Polarion server URL, credentials, and project configuration. Each project gets a ProjectUrlAlias used in the connection URL.

{
  "PolarionProjects": [
    {
      "ProjectUrlAlias": "myproject",
      "Default": true,
      "SessionConfig": {
        "ServerUrl": "http://your-polarion-server/polarion",
        "Username": "your-username",
        "Password": "your-password",
        "ProjectId": "MyProjectId",
        "TimeoutSeconds": 30
      }
    }
  ]
}
3

Start the Docker container

Run the container, mounting your appsettings.json and exposing port 8080. The POLARION_PASSWORD environment variable can override the password in the config file.

mkdir -p /opt/polarion-mcp-server
docker run -d \
  --name polarion-mcp-server \
  -p 8080:8080 \
  -v $(pwd)/appsettings.json:/app/appsettings.json \
  -e POLARION_PASSWORD=your-secure-password \
  peakflames/polarion-remote-mcp-server
4

Configure your MCP client

For Claude Desktop (which requires stdio transport), use mcp-remote as a proxy to connect to the SSE endpoint. Replace 'myproject' with your ProjectUrlAlias.

{
  "mcpServers": {
    "polarion": {
      "command": "npx",
      "args": ["mcp-remote", "http://localhost:8080/myproject/sse"]
    }
  }
}
5

Verify the connection

Restart Claude Desktop and ask it to list available work item types in your Polarion project to confirm the server is connected.

Polarion MCP Server Examples

Client configuration

Claude Desktop config using mcp-remote to proxy the SSE transport from the Polarion MCP Docker container.

{
  "mcpServers": {
    "polarion": {
      "command": "npx",
      "args": ["mcp-remote", "http://localhost:8080/myproject/sse"]
    }
  }
}

Prompts to try

ALM queries you can run through Claude once the Polarion server is connected.

- "List all work item types available in the Polarion project"
- "Get the details for work items REQ-001, REQ-002, and REQ-003 including their status and assignees"
- "Show me the revision history for work item TEST-42"
- "List all documents in the Requirements space"
- "Find all work items in the 'System Requirements' document that contain the word 'safety'"
- "What custom fields are available for the Requirement work item type?"

Troubleshooting Polarion MCP Server

Container cannot reach the Polarion server

Verify the ServerUrl in appsettings.json is reachable from within the Docker container. Use the host machine's IP or hostname rather than 'localhost' (e.g., http://192.168.1.100/polarion). Add --network host to the docker run command if the Polarion server is on the same machine.

Authentication failures with correct credentials

Polarion uses session-based auth via its SOAP/REST API. Ensure the Username and Password match a Polarion account (not an LDAP alias if SSO is configured separately). You can override the password securely using the POLARION_PASSWORD environment variable in the Docker run command instead of hardcoding it in appsettings.json.

Claude Desktop cannot connect via mcp-remote

Ensure the mcp-remote package is available: run 'npx mcp-remote --version' to verify. Confirm the Docker container is running on port 8080 with 'docker ps'. The SSE URL format must match your ProjectUrlAlias exactly: http://localhost:8080/{ProjectUrlAlias}/sse.

Frequently Asked Questions about Polarion MCP Server

What is Polarion MCP Server?

Polarion MCP Server is a Model Context Protocol (MCP) server that mcp server for polarion It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Polarion MCP Server?

Follow the installation instructions on the Polarion MCP Server GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Polarion MCP Server?

Polarion MCP Server works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Polarion MCP Server free to use?

Yes, Polarion MCP Server is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Polarion MCP Server Alternatives — Similar Business Applications Servers

Looking for alternatives to Polarion MCP Server? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "polarionmcpservers": { "command": "npx", "args": ["-y", "polarionmcpservers"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Polarion MCP Server?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides