|
2 | 2 |
|
3 | 3 |  |
4 | 4 |
|
5 | | -This is a MCP server that allows you to provide test results context to your AI agents by connecting them to Currents. Useful for asking AI to fix or optimize tests failing in CI. |
| 5 | +Give your AI coding agents full visibility into your CI test results. The Currents MCP Server connects tools like Cursor and Claude directly to your [Currents](https://currents.dev) dashboard, so agents can diagnose flaky tests, pinpoint failures, and act on real execution data -- without leaving your editor. |
| 6 | + |
| 7 | +- Query runs, spec files, and individual test results from CI |
| 8 | +- Surface error trends and performance metrics across your test suite |
| 9 | +- Manage quarantine rules, webhooks, and project settings programmatically |
| 10 | +- Let agents fix what's broken using actual test output, not guesswork |
6 | 11 |
|
7 | 12 | [](https://cursor.com/en/install-mcp?name=currents&config=eyJjb21tYW5kIjoibnB4IC15IEBjdXJyZW50cy9tY3AiLCJlbnYiOnsiQ1VSUkVOVFNfQVBJX0tFWSI6InlvdXItYXBpLWtleSJ9fQ%3D%3D) |
8 | 13 |
|
9 | 14 | ## Tools |
10 | 15 |
|
11 | | -| Tool | Description | |
12 | | -| ------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | |
13 | | -| `currents-get-projects` | Retrieves projects available in the Currents platform. | |
14 | | -| `currents-get-project` | Get a single project by ID. | |
15 | | -| `currents-get-project-insights` | Get aggregated run and test metrics for a project within a date range. | |
16 | | -| `currents-get-runs` | Retrieves a list of runs for a specific project with optional filtering. | |
17 | | -| `currents-get-run-details` | Retrieves details of a specific test run. | |
18 | | -| `currents-find-run` | Find a run by query parameters. | |
19 | | -| `currents-cancel-run` | Cancel a run in progress. | |
20 | | -| `currents-reset-run` | Reset failed spec files in a run to allow re-execution. | |
21 | | -| `currents-delete-run` | Delete a run and all associated data. | |
22 | | -| `currents-cancel-run-github-ci` | Cancel a run by GitHub Actions workflow run ID and attempt number. | |
23 | | -| `currents-get-spec-instance` | Retrieves debugging data from a specific execution of a test spec file by instanceId. | |
24 | | -| `currents-get-spec-files-performance` | Retrieves spec files performance metrics for a specific project within a date range. | |
25 | | -| `currents-get-tests-performance` | Retrieves aggregated test metrics for a specific project within a date range. | |
26 | | -| `currents-get-tests-signatures` | Generates a unique test signature based on project, spec file path, and test title. | |
27 | | -| `currents-get-test-results` | Retrieves historical test execution results for a specific test signature. | |
28 | | -| `currents-get-errors-explorer` | Get aggregated error metrics for a project within a date range with comprehensive filtering and grouping. | |
29 | | -| `currents-list-actions` | List all actions for a project with optional filtering. | |
30 | | -| `currents-create-action` | Create a new action for a project. | |
31 | | -| `currents-get-action` | Get a single action by ID. | |
32 | | -| `currents-update-action` | Update an existing action. | |
33 | | -| `currents-delete-action` | Delete (archive) an action. | |
34 | | -| `currents-enable-action` | Enable a disabled action. | |
35 | | -| `currents-disable-action` | Disable an active action. | |
36 | | -| `currents-list-webhooks` | List all webhooks for a project. | |
37 | | -| `currents-create-webhook` | Create a new webhook for a project. | |
38 | | -| `currents-get-webhook` | Get a single webhook by ID. | |
39 | | -| `currents-update-webhook` | Update an existing webhook. | |
40 | | -| `currents-delete-webhook` | Delete a webhook. | |
| 16 | +| Tool | Description | |
| 17 | +| --------------------------------------- | ----------------------------------------------------------------------------------------- | |
| 18 | +| `currents-list-actions` | List all actions for a project with optional filtering. | |
| 19 | +| `currents-create-action` | Create a new action for a project. | |
| 20 | +| `currents-get-action` | Get a single action by ID. | |
| 21 | +| `currents-update-action` | Update an existing action. | |
| 22 | +| `currents-delete-action` | Delete (archive) an action. | |
| 23 | +| `currents-enable-action` | Enable a disabled action. | |
| 24 | +| `currents-disable-action` | Disable an active action. | |
| 25 | +| `currents-list-affected-tests` | List tests affected by actions (quarantine, skip, tag) for a project within a date range. | |
| 26 | +| `currents-get-affected-test-executions` | Get execution details for a specific affected test (by signature) within a date range. | |
| 27 | +| `currents-get-affected-executions` | List test executions where a specific action/rule was applied, within a date range. | |
| 28 | +| `currents-get-projects` | Retrieves projects available in the Currents platform. | |
| 29 | +| `currents-get-project` | Get a single project by ID. | |
| 30 | +| `currents-get-project-insights` | Get aggregated run and test metrics for a project within a date range. | |
| 31 | +| `currents-list-pull-requests` | List pull-request cards for a project (runs grouped by meta.pr.id). | |
| 32 | +| `currents-list-project-terms` | List cursor-paginated project terms for one type (tag, branch, authorName, etc.). | |
| 33 | +| `currents-create-jira-issue` | Create a Jira issue from a run test using the organization Jira integration. | |
| 34 | +| `currents-list-jira-projects` | List Jira projects available for the organization integration. | |
| 35 | +| `currents-list-jira-issue-types` | List Jira issue types and custom fields for a Jira project. | |
| 36 | +| `currents-get-runs` | Retrieves a list of runs for a specific project with optional filtering. | |
| 37 | +| `currents-get-run-details` | Retrieves details of a specific test run. | |
| 38 | +| `currents-find-run` | Find a run by query parameters. | |
| 39 | +| `currents-cancel-run` | Cancel a run in progress. | |
| 40 | +| `currents-reset-run` | Reset failed spec files in a run to allow re-execution. | |
| 41 | +| `currents-delete-run` | Delete a run and all associated data. | |
| 42 | +| `currents-cancel-run-github-ci` | Cancel a run by GitHub Actions workflow run ID and attempt number. | |
| 43 | +| `currents-get-spec-instance` | Retrieves debugging data from a specific execution of a test spec file by instanceId. | |
| 44 | +| `currents-get-spec-files-performance` | Retrieves spec files performance metrics for a specific project within a date range. | |
| 45 | +| `currents-get-tests-performance` | Retrieves aggregated test metrics for a specific project within a date range. | |
| 46 | +| `currents-get-tests-signatures` | Generates a unique test signature based on project, spec file path, and test title. | |
| 47 | +| `currents-get-test-results` | Retrieves historical test execution results for a specific test signature. | |
| 48 | +| `currents-get-context` | Get test failure context for AI debugging at run, instance, or test level. | |
| 49 | +| `currents-get-errors-explorer` | Get aggregated error metrics for a project within a date range. | |
| 50 | +| `currents-list-webhooks` | List all webhooks for a project. | |
| 51 | +| `currents-create-webhook` | Create a new webhook for a project. | |
| 52 | +| `currents-get-webhook` | Get a single webhook by ID. | |
| 53 | +| `currents-update-webhook` | Update an existing webhook. | |
| 54 | +| `currents-delete-webhook` | Delete a webhook. | |
41 | 55 |
|
42 | 56 | ## Setup |
43 | 57 |
|
|
0 commit comments