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 в вашем клиенте MCP ( Claude Desktop , Cursor , mcp-cli , mcp-vscode и т. д.):
Для сборки из исходного кода:
- клонируйте репозиторий:
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
для дополнительных методов установки. - Создайте виртуальную среду и установите зависимости с помощью uv :
- Добавьте следующее в файл конфигурации вашего клиента MCP ( Claude Desktop , Cursor , mcp-cli , mcp-vscode и т. д.):
Общие проблемы
Если у вас возникли проблемы с portaudio на Linux, вы можете попробовать установить его вручную:
Внося вклад
Если вы хотите внести свой вклад или запустить проект из исходного кода:
- Клонируйте репозиторий:
- Создайте виртуальную среду и установите зависимости с помощью uv :
- Скопируйте
.env.example
в.env
и добавьте свое имя пользователя и пароль DAISYS:
- Протестируйте сервер, запустив тесты:
Вы также можете запустить полный интеграционный тест с помощью:
- Отладка и локальное тестирование с помощью MCP Inspector:
uv run mcp dev daisys_mcp/server.py
This server cannot be installed
Бета-сервер, обеспечивающий интеграцию со службами Daisys.ai через протокол управления сообщениями (MCP), что позволяет клиентам ИИ, таким как Claude Desktop и Cursor, использовать функции 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