Back to directory
@currents/mcp

@currents/mcp

@currents-dev16

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.

test resultsCIAI agentstestingcontext

Installation & Configuration

{
  "mcpServers": {
    "currents": {
      "command": "npx",
      "args": [
        "-y",
        "@currents/mcp"
      ],
      "env": {
        "CURRENTS_API_KEY": "your-api-key"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/2
Updated
2026/6/8