tram-mcp

trtmn/tram-mcp
★ 0 stars Python 🤖 AI/LLM Updated 4d ago
MCP server exposing TestRail API endpoints as tools for LLMs
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install tram-mcp

README Excerpt

Connect your AI coding assistant to [TestRail](https://www.testrail.com/) — manage test cases, runs, results, and more directly from VS Code, Cursor, Claude Desktop, or Claude Code. Built on the [Model Context Protocol](https://modelcontextprotocol.io/) and powered by [`testrail_api_module`](https://github.com/trtmn/testrail_api_module).

Tools (4)

TESTRAIL_API_KEYTESTRAIL_PASSWORDTESTRAIL_URLTESTRAIL_USERNAME