Currents Test Results Logo

Currents Test Results

Official

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

100 views
0 installs
Updated Sep 9, 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.

Quick Start

View on GitHub

More for Developer Tools

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.