Skip to main content
Glama
currents-dev

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 による試行とエラーに関するインスタンス情報を取得します

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

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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