testmo-mcp-server

PeterAbah1819/testmo-mcp-server
★ 0 stars JavaScript API Integration Updated today
MCP server for Testmo, it reads and writes test cases, repositories, runs, and results via Testmo's REST API, including native Shortcut/Jira/GitHub issue linking on cases.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "testmo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "PeterAbah1819/testmo-mcp-server"
      ]
    }
  }
}