Test-Rail-MCP-server

bharanidharanchezhiyan-droid/Test-Rail-MCP-server
★ 0 stars Unknown language Code/Dev Tools Updated 8d ago
MCP Server for test rail
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": {
    "test-rail-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "bharanidharanchezhiyan-droid/Test-Rail-MCP-server"
      ]
    }
  }
}