Rally MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Rally MCP Servershow details for work item US12345"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Rally MCP Server
A Model Context Protocol server that lets AI assistants interact with Rally (CA Agile Central).
Available Tools
Tool | Description |
| Retrieve a Rally work item by FormattedID (US, DE, TA, TC, DS) |
Related MCP server: WorkItems DevOps MCP Server
Setup
1. Install dependencies
cd rally-mcp-server
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt2. Configure credentials
Copy .env.example to .env and fill in your Rally credentials:
cp .env.example .envRALLY_BASE_URL=https://rally1.rallydev.com
RALLY_USERNAME=you@company.com
RALLY_PASSWORD=your-password3. Run the server
python rally_mcp/main.pyIntegration 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 |
| User Story (HierarchicalRequirement) |
| Defect |
| Task |
| Test Case |
| Defect Suite |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI assistants to query and manage PingCode project management data, including work items, releases, bugs, and requirements through natural language interactions.9144MIT
- Flicense-qualityFmaintenanceEnables LLMs and AI applications to interact with Azure DevOps Work Items, supporting queries, filtering, status updates, date management, effort tracking, descriptions, and comments through natural language.
- Flicense-qualityDmaintenanceProvides AI assistants with read access to ServiceNow instances to aid in building and debugging applications. It enables users to query tables, retrieve specific records, and inspect table schemas using standard ServiceNow encoded query strings.
- AlicenseAqualityDmaintenanceEnables AI assistants to fetch ProofHub task details, comments, and bug tracker links from a URL, streamlining development workflows.68MIT
Related MCP Connectors
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Data-Engineering-MCP/rally-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server