Skip to main content
Glama

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 获取有关尝试和错误的实例信息

Related MCP server: Liveblocks

设置

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/currents-dev/currents-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server