Rally Server
FreeNot checkedEnables AI assistants to retrieve Rally work items by FormattedID using HTTP Basic Authentication.
About
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 |
Installing Rally Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Data-Engineering-MCP/rally-mcp-serverFAQ
Is Rally Server MCP free?
Yes, Rally Server MCP is free — one-click install via Unyly at no cost.
Does Rally Server need an API key?
No, Rally Server runs without API keys or environment variables.
Is Rally Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Rally Server in Claude Desktop, Claude Code or Cursor?
Open Rally Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by 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
by xuzexin-hzCompare Rally Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
