Currents Test Results Logo

Currents Test Results

Official

Provides a bridge to Currents test results platform, enabling AI to analyze failing tests, optimize ...

264 views
0 installs
Updated Nov 22, 2025
Not audited
Provides a bridge to Currents test results platform, enabling AI to analyze failing tests, optimize test suites, and troubleshoot CI/CD pipeline issues through direct access to test execution data.

To obtain your Currents API key and configure the Currents MCP Server, follow these steps:

  1. Log in to the Currents Dashboard:

  2. Access the API & Record Keys Section:

    • Once logged in, go to the "Organization" section.
    • Click on "API & Record Keys" to view and manage your API keys.
  3. Create a New API Key:

    • In the "API & Record Keys" section, click on the option to create a new API key.
    • Provide a descriptive name for the API key to easily identify its purpose.
  4. Copy the API Key:

    • After creating the API key, it will be displayed.
    • Important: This is the only time the full API key will be shown.
    • Copy the API key securely and store it in a safe place.
  5. Configure the Currents MCP Server:

    • In your mcp.json configuration file, add the following entry:

      {
        "mcpServers": {
          "currents": {
            "command": "npx",
            "args": [
              "-y",
              "@currents/mcp"
            ],
            "env": {
              "CURRENTS_API_KEY": "your-api-key"
            }
          }
        }
      }
      
    • Replace "your-api-key" with the API key you obtained in the previous steps.

  6. Save and Apply the Configuration:

    • Save the changes to your mcp.json file.
    • Ensure that the Currents MCP Server is properly installed and configured to use the provided API key.

Security Notice:

  • Your API keys carry significant privileges.
  • Keep them secure and do not share them in publicly accessible areas such as GitHub repositories or client-side code.
  • By connecting AI tools to Currents, you grant them access to your API key, test results, and CI metadata.
  • Ensure that any AI agents or services you use handle your data securely.

For more detailed information, refer to the Currents API Keys Documentation.

How to Install Currents Test Results

Install Currents Test Results MCP server with one click through FastMCP. Choose your preferred AI development tool below:

Claude Desktop

Click "Claude Desktop" in Quick Start

Cursor IDE

Click "Cursor IDE" in Quick Start

VS Code

Click "VS Code" in Quick Start

Currents Test Results is an officially maintained MCP server, verified by the FastMCP team.

Alternatives to Currents Test Results

Looking for similar MCP servers? Browse other servers in the same categories on FastMCP, or check out the similar servers listed above.

Quick Start

View on GitHub

More for Developer Tools

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.

Stay ahead of the MCP ecosystem

Get the top new MCP servers, trending tools, and dev tips delivered weekly. Free, no spam, unsubscribe anytime.

Join 2,847 developers. We send one email per week.