Phoenix MCP 서버는 Arize Phoenix 플랫폼을 위한 모델 컨텍스트 프로토콜(Model Context Protocol)을 구현한 서버입니다. Phoenix 기능에 대한 통합 인터페이스를 제공합니다.
Phoenix MCP Server는 다음 용도로 사용할 수 있습니다.
- 프롬프트 관리 : 프롬프트를 생성, 나열, 업데이트 및 반복합니다.
- 데이터 세트 : 데이터 세트를 탐색하고 새로운 예를 종합합니다.
- 실험 : LLM의 도움으로 실험 결과를 끌어와 시각화합니다.
사용 사례가 보이지 않나요? @arizeai/phoenix-mcp
오픈 소스 입니다! 이슈와 PR을 환영합니다.
설치
이 MCP 서버는 npx
사용하여 사용할 수 있으며 Claude Desktop, Cursor 등의 클라이언트와 직접 통합할 수 있습니다.
지엑스피1
개발
설치하다
이 패키지는 pnpm 작업 공간을 통해 관리됩니다.
종속성이 변경되거나 phoenix-client에 변경 사항이 있는 경우에만 이 작업을 반복하면 됩니다.
건물
프로젝트를 빌드하려면:
개발 모드
개발 모드에서 실행하려면:
디버깅
다음을 사용하여 MCP 검사기를 빌드하고 실행할 수 있습니다.
환경 변수
개발 시 서버에는 다음과 같은 환경 변수가 필요합니다.
PHOENIX_API_KEY
: Phoenix API 키PHOENIX_BASE_URL
: Phoenix의 기본 URL
.env
파일에 설정해야 합니다. .env.example
참조하세요.
특허
아파치 2.0
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.
Tools
Phoenix MCP 서버는 Arize Phoenix 플랫폼을 위한 모델 컨텍스트 프로토콜(Model Context Protocol)을 구현한 서버입니다. Phoenix 기능에 대한 통합 인터페이스를 제공합니다.
Phoenix MCP Server는 다음 용도로 사용할 수 있습니다.
프롬프트 관리: 프롬프트를 생성, 나열, 업데이트 및 반복합니다. 데이터 세트: 데이터 세트를 탐색하고 구문을 작성합니다.
Related MCP Servers
- -securityAlicense-qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated -43TypeScriptMIT License
- -securityAlicense-qualityMCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.Last updated -132TypeScriptMIT License
- -securityAlicense-qualityThis server implements the Model Context Protocol (MCP) to handle asynchronous tasks with real-time status tracking, robust error handling, and automatic resource management.Last updated -21JavaScriptMIT License
- -securityFlicense-qualityThis server acts as a Message Communication Protocol (MCP) service for integrating Apifox and Cursor, enabling OpenAPI interface implementation through AI-driven interaction.Last updated -7TypeScript