Currents

Official
by currents-dev

Currents MCP 服务器

这是一个 MCP 服务器,允许您通过将 AI 代理连接到 Currents 来为其提供测试结果上下文。这有助于要求 AI 修复或优化 CI 中失败的测试。

工具

  1. get-api-config
  • 获取用于向 Currents API 发出请求的 API 密钥和 URL
  1. get-run
  • 通过ID获取运行信息
  1. get-spec-file-attempts-and-errors
  • 通过实例 ID 获取有关尝试和错误的实例信息

设置

API 密钥

按照此处的说明获取 Currents API 密钥。

与光标编辑器一起使用

  1. 前往“光标设置”>“MCP”>“启用”
  2. 将以下内容添加到您的mcp.json

NPX

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

与 Claude Desktop 一起使用

将以下内容添加到您的claude_desktop_config.json中:

NPX

{ "mcpServers": { "currents": { "command": "npx", "args": [ "-y", "@currents/mcp" ], "env": { "CURRENTS_API_KEY": "your-api-key" } } } }
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

电流

  1. 工具
    1. 设置
      1. API 密钥
      2. 与光标编辑器一起使用
      3. NPX
      4. 与 Claude Desktop 一起使用
      5. NPX

    Related MCP Servers

    View all related MCP servers

    ID: kerzwy8zyz