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
Daisys MCP 服务器
Daisys-mcp 为测试版本,目前尚未发布稳定版本。您可以按照以下步骤尝试:
- 在Daisys上获取一个帐户并创建用户名和密码。
如果在 mac os 上运行,请运行以下命令:
如果在 Linux 上运行,请运行以下命令:
- 将以下配置添加到您的 MCP 客户端( Claude Desktop 、 Cursor 、 mcp-cli 、 mcp-vscode等)中的 mcp 配置文件中:
从源代码构建:
- 克隆存储库:
git clone https://github.com/daisys-ai/daisys-mcp.git
- 进入存储库:
cd daisys-mcp
- 安装
uv
(Python 包管理器),使用curl -LsSf https://astral.sh/uv/install.sh | sh
安装,或查看uv
repo以了解其他安装方法。 - 使用 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
一个测试版服务器,可通过消息控制协议 (MCP) 与 Daisys.ai 服务集成,从而允许 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