LogoSTMCP
Download
mcp-server-spira

MCP Inflectra Spira Server

MCP server enabling AI assistants to interact with Inflectra Spira platform for test management, project management, and ALM. Provides natural language access to Spira REST API across all editions.

Tools

1. My Tasks

Provides operations for working with the Spira tasks I have been assigned.

2. My Requirements

Provides operations for working with the Spira requirements I have been assigned.

3. My Incidents

Provides operations for working with the Spira incidents I have been assigned.

4. My Test Cases

Provides operations for working with the Spira test cases I have been assigned.

5. My Test Sets

Provides operations for working with the Spira test sets I have been assigned.

6. Programs

Provides operations for working with Spira programs.

7. Products

Provides operations for working with Spira products.

8. Product Templates

Provides operations for working with Spira product templates.

9. Capabilities

Provides operations for working with the Spira capabilities in a program backlog.

10. Milestones

Provides operations for working with the Spira milestones in a program.

11. Requirements

Provides operations for working with the Spira requirements in a product.

12. Releases

Provides operations for working with the Spira releases in a product.

13. Test Cases

Provides operations for working with the Spira test case folders and test cases in a product.

14. Test Sets

Provides operations for working with the Spira test set folders and test sets in a product.

15. Test Runs

Provides operations for working with the Spira test runs in a product.

16. Tasks

Provides operations for working with the Spira tasks in a product.

17. Incidents

Provides operations for working with the Spira incidents (e.g. bugs, enhancements, issues, etc.) in a product.

18. Automation Hosts

Provides operations for working with the Spira automation hosts in a product.

19. Artifact Types

Retrieves information on the artifact types in a product template, and their sub-types.

20. Custom Properties

Retrieves information on the artifact types in a product template, and their custom properties.

21. Automated Test Runs

Provides operations for recording automated test run results into Spira.

22. Builds

Provides operations for recording the results of CI/CD builds into Spira.

23. get_specification_requirements

Returns the data for populating the requirements.md file.

24. get_specification_design

Returns the data for populating the design.md file.

25. get_specification_tasks

Returns the data for populating the tasks.md file.

26. get_specification_test_cases

Returns the data for populating the test-cases.md file.

Open Graph image for MCP Inflectra Spira Server

JSON Config

{
  "mcpServers": {
    "inflectra-spira": {
      "command": "uv",
      "args": [
        "--directory",
        "C:\\Git\\mcp-server-spira",
        "run",
        "main.py"
      ],
      "env": {
        "INFLECTRA_SPIRA_BASE_URL": "https://myinstance.spiraservice.net",
        "INFLECTRA_SPIRA_USERNAME": "mylogin",
        "INFLECTRA_SPIRA_API_KEY": "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX}"
      },
      "disabled": false,
      "autoApprove": [
        "get_specification_requirements",
        "get_specification_design",
        "get_specification_tasks",
        "get_specification_test_cases"
      ]
    }
  }
}

Useful Links

Information

Categories