MCP Server
MCP
io.github.devemberx/mcp-server-polarion
MCP server for Polarion ALM — read and write documents and work items
Install
uvx mcp-server-polarion
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-server-polarion",
"version": "2.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Polarion server",
"isRequired": true,
"name": "POLARION_URL"
},
{
"description": "Polarion personal access token",
"isRequired": true,
"isSecret": true,
"name": "POLARION_TOKEN"
},
{
"description": "Client-side request rate cap in requests per second; match your deployment's throttle. 0 disables pacing (default: 1)",
"name": "POLARION_MAX_REQUESTS_PER_SECOND"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment