Used for configuration management by loading environment variables from a .env file, allowing users to store their Daisys credentials and configuration options
Provides source code access and enables contributions to the MCP server development
Integrated for testing the MCP server, including full integration tests that interact with the Daisys platform
데이지스 MCP 서버
Daisys-mcp는 베타 버전이며 아직 안정적인 릴리스가 없습니다. 하지만 다음을 수행하여 사용해 보실 수 있습니다.
- Daisys 에 계정을 만들고 사용자 이름과 비밀번호를 만드세요.
Mac OS에서 실행하는 경우 다음 명령을 실행하세요.
지엑스피1
Linux에서 실행하는 경우 다음 명령을 실행하세요.
- MCP 클라이언트의 mcp 구성 파일에 다음 구성을 추가합니다( Claude Desktop , Cursor , mcp-cli , mcp-vscode 등):
소스에서 빌드하려면:
- 저장소를 복제합니다:
git clone https://github.com/daisys-ai/daisys-mcp.git
- 저장소로 cd:
cd daisys-mcp
uv
(Python 패키지 관리자)를 설치하고curl -LsSf https://astral.sh/uv/install.sh | sh
로 설치하거나, 추가 설치 방법은uv
저장소를 참조하세요.- uv를 사용하여 가상 환경을 만들고 종속성을 설치합니다.
- MCP 클라이언트의 구성 파일에 다음을 추가합니다( Claude Desktop , Cursor , mcp-cli , mcp-vscode 등):
일반적인 문제
Linux에서 Portaudio에 문제가 발생하면 수동으로 설치해보세요.
기여하다
소스에서 기여하거나 실행하려면:
- 저장소를 복제합니다.
- uv를 사용하여 가상 환경을 만들고 종속성을 설치합니다.
.env.example``.env
로 복사하고 DAISYS 사용자 이름과 비밀번호를 추가하세요.
- 테스트를 실행하여 서버를 테스트하세요.
다음을 사용하여 전체 통합 테스트를 실행할 수도 있습니다.
- MCP Inspector를 사용하여 로컬에서 디버깅하고 테스트하세요:
uv run mcp dev daisys_mcp/server.py
This server cannot be installed
Daisys.ai 서비스와 MCP(Message Control Protocol)를 통해 통합을 가능하게 하는 베타 서버로, Claude Desktop과 Cursor와 같은 AI 클라이언트가 표준화된 인터페이스를 통해 Daisys 기능을 사용할 수 있습니다.
Related MCP Servers
- -securityAlicense-qualityAn MCP server that integrates Verodat's data management capabilities with AI systems like Claude Desktop, enabling users to manage accounts, workspaces, and datasets, as well as perform AI-powered queries on their data.Last updated -1TypeScriptApache 2.0
- -securityAlicense-qualityAn MCP server that enables Claude to interact with Port.io's AI agent, allowing users to trigger the agent with prompts and receive structured responses including status, output, and action items.Last updated -6PythonMIT License
- -securityFlicense-qualityAn MCP server that allows AI assistants like Claude to execute terminal commands on the user's computer and return the output, functioning like a terminal through AI.Last updated -7Python
- -securityFlicense-qualityA flexible server that enables communication between AI models and tools, supporting multiple MCP servers and compatible with Claude, MCP Dockmaster, and other MCP clients.Last updated -15TypeScript