Polarion MCP Servers
@peakflames
关于 Polarion MCP Servers
MCP Server for Polarion
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"PolarionMcpServers": {
"command": "docker",
"args": [
"pull",
"peakflames/polarion-remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Polarion MCP Servers?
Polarion MCP Servers are Model Context Protocol (MCP) server implementations for integrating with Polarion Application Lifecycle Management (ALM). They provide tools to query work items, documents, spaces, and revisions from Polarion projects. The servers are intended for developers and teams using Polarion who want to connect AI assistants or other MCP-compatible clients to their Polarion data.
How to use Polarion MCP Servers?
Configure one or more Polarion project connections in appsettings.json using PolarionProjects, SessionConfig, and optional PolarionWorkItemTypes. Deploy the remote server via Docker or run the console server locally. MCP clients connect using SSE or Streamable HTTP URLs (e.g., http://<server-ip>:8080/{ProjectUrlAlias}/sse). A REST API is also available, authenticated via API key.
Key features of Polarion MCP Servers
- Provides 13+ MCP tools for work items and documents.
- Supports multiple Polarion projects via URL aliases.
- Offers Streamable HTTP, SSE, and stdio transports.
- Includes REST API alignment with Polarion’s official specification.
- API key authentication for REST endpoints (MCP endpoints unauthenticated).
- Health check endpoint (
/api/health). - Environment variable override for passwords (
POLARION_PASSWORD).
Use cases of Polarion MCP Servers
- Query work item details (status, assignee, custom fields) from an AI assistant.
- Search for work items within a document by text criteria.
- Retrieve revision history and content for a given work item.
- List available custom fields or work item types in a Polarion project.
FAQ from Polarion MCP Servers
What transports does Polarion MCP Servers support?
The remote server (PolarionRemoteMcpServer) supports Streamable HTTP and SSE. The local console server (PolarionMcpServer) uses stdio.
How are passwords stored and secured?
Passwords can be placed in appsettings.json, but it is strongly recommended to use the POLARION_PASSWORD environment variable or a more secure method like User Secrets or Azure Key Vault.
What are the runtime requirements?
The server runs on .NET and is typically deployed via Docker on a Linux server. Polarion server credentials and a project ID are required.
Are there any known limitations?
Do not run replica instances of the server, as the Polarion session connection is not shared between replicas.
How does authentication work?
MCP endpoints (tools, health check, API documentation) do not require authentication. REST API endpoints require an API key passed via the X-API-Key header, configured in the ApiConsumers section of appsettings.json.
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论