reportportal-mcp-server

reportportal/reportportal-mcp-server
★ 20 stars Go 📊 Data/Analytics Updated 7d ago
MCP server for ReportPortal
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "reportportal-mcp-ser": {
      "command": "go",
      "args": [
        "run",
        "github.com/reportportal/reportportal-mcp-server@latest"
      ]
    }
  }
}