Currents

Official
by currents-dev

Currents MCP サーバー

これは、AIエージェントをCurrentsに接続することで、テスト結果のコンテキストをAIエージェントに提供できるMCPサーバーです。CIで失敗したテストの修正や最適化をAIに依頼する際に役立ちます。

ツール

  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