Rally Server
БесплатноНе проверенEnables AI assistants to retrieve Rally work items by FormattedID using HTTP Basic Authentication.
Описание
Enables AI assistants to retrieve Rally work items by FormattedID using HTTP Basic Authentication.
README
A Model Context Protocol server that lets AI assistants interact with Rally (CA Agile Central).
Available Tools
| Tool | Description |
|---|---|
get_work_item |
Retrieve a Rally work item by FormattedID (US, DE, TA, TC, DS) |
Setup
1. Install dependencies
cd rally-mcp-server
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
2. Configure credentials
Copy .env.example to .env and fill in your Rally credentials:
cp .env.example .env
RALLY_BASE_URL=https://rally1.rallydev.com
[email protected]
RALLY_PASSWORD=your-password
3. Run the server
python rally_mcp/main.py
Integration with Cursor / Claude Desktop
Add to your ~/.cursor/mcp.json (or claude_desktop_config.json):
{
"mcpServers": {
"rally": {
"command": "/full/path/to/rally-mcp-server/venv/bin/python",
"args": ["/full/path/to/rally-mcp-server/rally_mcp/main.py"]
}
}
}
Authentication
Uses HTTP Basic Authentication — your Rally username (email) and password are Base64-encoded and sent in the Authorization header on every request. Credentials are loaded from the .env file and never hard-coded.
Supported FormattedID Prefixes
| Prefix | Artifact Type |
|---|---|
US |
User Story (HierarchicalRequirement) |
DE |
Defect |
TA |
Task |
TC |
Test Case |
DS |
Defect Suite |
Установка Rally Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Data-Engineering-MCP/rally-mcp-serverFAQ
Rally Server MCP бесплатный?
Да, Rally Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Rally Server?
Нет, Rally Server работает без API-ключей и переменных окружения.
Rally Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Rally Server в Claude Desktop, Claude Code или Cursor?
Открой Rally Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Rally Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
