Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by currents-dev • Testing & QA
An MCP server that connects AI agents to Currents to provide test results and CI context for debugging and optimizing tests.
List available Currents projects and their latest runs to determine where to focus test-fixing efforts.
Detailed run and spec-instance debugging data to reproduce and diagnose failing CI tests.
Historical spec and test performance metrics and test signatures to detect regressions and flaky tests.
This MCP server exposes tools that let AI agents query Currents for projects, runs, run details, spec executions, test results, and historical performance metrics. It integrates with MCP-compatible clients (e.g., Cursor, Claude Desktop) and can be run via npx or as a Node process by supplying a Currents API key. The server helps automate test triage, surface debugging data for failing CI tests, and analyze historical performance to identify regressions or flaky tests; users should vet agents before granting access to API keys and CI data.
List all actions for a project with optional filtering. Actions are rules that automatically modify test behavior (skip, quarantine, tag). Supports filtering by status (active/disabled/archived/expired) and search by name. Requires a projectId.
Create a new action for a project. Actions define rules that automatically skip, quarantine, or tag tests based on conditions like test title, file path, git branch, etc. Requires projectId, name, action array, and matcher object.
Get a single action by ID. The actionId is globally unique, so projectId is not required. Returns full action details including matcher conditions and current status.
Update an existing action. The actionId is globally unique. You can update name, description, action array, matcher, or expiration date. All fields are optional.
Delete (archive) an action. This is a soft delete - the action will be marked as archived but not permanently removed. The actionId is globally unique.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.