Odel
mcp server spira

mcp server spira

Local
@inflectraPythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-server-spirav1.1.1

Run

uvx mcp-server-spira

MCP client config

{
  "mcpServers": {
    "mcp-server-spira": {
      "command": "uvx",
      "args": [
        "mcp-server-spira"
      ]
    }
  }
}