$ timeahead.in
/ servers/npm/@currents/mcp
npm

@currents/mcp

Currents MCP server

17 stars21k/wkupdated 1d agogithub ↗
88good
▣ Overview
Unit Tests

What it does

The Currents MCP Server connects AI agents directly to your Currents CI dashboard, giving you visibility into test runs, spec files, and individual test results. Agents can query error trends and performance metrics across your test suite, manage quarantine rules and webhooks programmatically, and diagnose flaky tests or failures using actual execution data—no guesswork required.

Who it's for

Backend engineers and QA specialists managing large test suites where flakiness blocks progress. Platform teams running CI/CD systems who want AI agents to understand real test failures instead of static logs. Development teams using Claude or Cursor that need agents to analyze execution data and suggest or implement fixes.

Common use cases

  • Query a failing CI run and have Claude diagnose root causes from actual error output and stack traces.
  • Identify flaky tests via performance metrics and create quarantine rules programmatically to isolate unstable tests.
  • Surface test performance regressions and have agents suggest optimization strategies.
  • Generate Jira issues automatically from critical test failures using Currents' Jira integration.
  • Reset failed spec files in a run to trigger re-execution, then analyze results after the re-run completes.

Setup pitfalls

  • Requires CURRENTS_API_KEY environment variable—obtain it from your Currents dashboard account settings before running.
  • Marked high-risk due to filesystem write and network access—run in a sandboxed or trusted development environment only.
  • Network and authentication failures fail silently; verify API connectivity and key validity before assuming agent call failures are logic errors.
  • Requires an active Currents project with populated test data—agents will have no results without a properly configured project in your account.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
65
12.9
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
87.9
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "currentsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@currents/mcp"
      ]
    }
  }
}
📈 Score historylast 35 snapshots
4/30/20266/13/2026 · 35 snapshots
⚙ Maintenance health
78/ 100 · is this project alive?
contributors (1y)14
top contributor share22%
releases (1y)7
last release25d ago
ci✓ passing
⛁ Raw data
weekly downloads21k
github stars17
forks14
open issues3
license✓ present
readme length7796 chars
last publish3d ago
last commit1d ago
last updated1d ago
install verified✓ pass · 25d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points