← Index

io.github.Inflectra/mcp-server-spira

io.github.Inflectra/mcp-server-spira·v1.1.1·Other
Quality Score
72
/100

A Model Context Protocol (MCP) server enabling AI assistants to interact with Spira by Inflectra.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "mcp-server-spira": {
      "command": "uvx",
      "args": [
        "mcp-server-spira"
      ],
      "env": {
        "INFLECTRA_SPIRA_BASE_URL": "<inflectra_spira_base_url>",
        "INFLECTRA_SPIRA_USERNAME": "<inflectra_spira_username>",
        "INFLECTRA_SPIRA_API_KEY": "<your-inflectra_spira_api_key>"
      }
    }
  }
}
§02  Environment variables
INFLECTRA_SPIRA_BASE_URL
required

The base URL for your instance of Spira (typically https://mycompany.spiraservice.net or https://demo-xx.spiraservice.net/mycompany)

INFLECTRA_SPIRA_USERNAME
required

The login name you use to access Spira

INFLECTRA_SPIRA_API_KEY
requiredsecret

The API Key (RSS Token) you use to access the Spira REST API

§03  MCP Quality Score  ·  methodology
freshness
12
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other