Spira MCP
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., "@Spira MCPRun incident digest for status Open, owner me"
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.
Spira MCP
Read-only Cursor MCP for daily Spira incident reviews against
https://<OrgID>.spiraservice.net.
What it does
incident_daily_digest— markdown digest of incidents filtered by product, status, owner, detected release, and optional incident IDs; includes description + last N commentslist_incident_filter_options— statuses, owners, and releases for picking filter labels
No create/update/delete/upload tools.
Related MCP server: Swarmia MCP Server
Install
pip install -e ".[dev]"
pytestCursor MCP config
Add to %USERPROFILE%\.cursor\mcp.json (fill in org URL, username + RSS token):
{
"mcpServers": {
"spira": {
"command": "C:\\Program Files\\Python311\\python.exe",
"args": ["-m", "spira_mcp"],
"env": {
"INFLECTRA_SPIRA_BASE_URL": "https://<OrgID>.spiraservice.net",
"INFLECTRA_SPIRA_USERNAME": "YOUR_LOGIN",
"INFLECTRA_SPIRA_API_KEY": "{YOUR-RSS-TOKEN}",
"SPIRA_COMMENT_LIMIT": "5",
"SPIRA_MAX_INCIDENTS": "50"
}
}
}
}Optional: set "SPIRA_PRODUCT_ID": "123" (numeric only) or "SPIRA_PRODUCT_NAME": "My Product" for a default product.
Restart Cursor MCP (or reload) after saving.
Example prompts
“Run an incident digest for status Open, owner me, detected release 25.7”
“Digest incident IDs 1201, 1205 for our default product”
“Show filter options for the default Spira product”
Design
See docs/superpowers/specs/2026-07-28-incident-daily-digest-design.md.
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
- Flicense-qualityBmaintenanceRead-only MCP server for querying Movidesk tickets through the public Movidesk API.Last updated40
- Alicense-qualityDmaintenanceEnables querying Swarmia's Export API for engineering metrics including pull request analytics, DORA metrics, investment balance, and effort reporting through an MCP interface.Last updated8MIT
- Alicense-qualityBmaintenanceMCP server for querying resolved Jira tickets across multiple Atlassian Cloud sites, enabling executive summarization of development activity.Last updatedMIT
- Alicense-qualityBmaintenanceProvides JIRA issue search, retrieval, and update functionalities via MCP.Last updated59MIT
Related MCP Connectors
Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv…
Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.
Remote MCP for Kiro release readiness, evidence binders, signoff, and CI approval receipts.
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/sonisatish/Spira-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server