데이지스 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-mcpuv(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
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Daisys.ai 서비스와 MCP(Message Control Protocol)를 통해 통합을 가능하게 하는 베타 서버로, Claude Desktop과 Cursor와 같은 AI 클라이언트가 표준화된 인터페이스를 통해 Daisys 기능을 사용할 수 있습니다.
Related MCP Servers
- Asecurity-licenseAqualityA simple MCP server for interacting with OpenAI assistants. This server allows other tools (like Claude Desktop) to create and interact with OpenAI assistants through the Model Context Protocol.Last updated -936MIT License
- -security-license-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 -241
- -security-license-qualityAn MCP server that enables AI applications to interact with DiceDB databases.Last updated -5MIT License
- -security-license-qualityAn MCP-compatible server that exposes automated API tools to MCP clients like Claude Desktop or Postman, allowing AI assistants to interact with your selected APIs.