Skip to content
Cline

mcp server spira for Cline

io.github.inflectra/mcp-server-spira

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

client:Cline transport:stdio runtime:pypi

Install mcp server spira in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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": "<INFLECTRA_SPIRA_API_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp server spira in other clients