Skip to main content
Glama

Currents MCP 서버

AI 에이전트를 Currents에 연결하여 테스트 결과 컨텍스트를 제공할 수 있는 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 에 다음을 추가하세요.

엔피엑스

지엑스피1

Claude Desktop과 함께 사용

claude_desktop_config.json 에 다음을 추가하세요.

엔피엑스

{ "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