DreamingAI Server
БесплатноНе проверенAn MCP server that enables AI assistants to manage conversations, agents, prompt templates, and plugins within the DreamingAI enterprise AI ecosystem.
Описание
An MCP server that enables AI assistants to manage conversations, agents, prompt templates, and plugins within the DreamingAI enterprise AI ecosystem.
README
This is a Model Context Protocol (MCP) server that provides tools for interacting with the DreamingAI platform. It allows AI clients (like Claude or Cursor) to manage conversations, intelligent agents, prompt templates, and plugins within your enterprise AI ecosystem.
Features
- Conversation Management: Full control over chat sessions and message history.
- Agent Lifecycle: Create and manage AI agents with custom roles and behaviors.
- Prompt Engineering: CRUD support for prompt templates with variable support.
- Multi-Model Orchestration: List, inspect, and switch between AI models.
- Extensible Plugins: Management of marketplace plugins for enhanced capabilities.
How to Use
You can easily add this MCP server to your favorite AI client. You will need your DreamingAI API Key and your Base URL (usually https://dreamingai.exmay.com).
1. In Claude Desktop
If you use Claude Desktop, follow these steps:
- Open your Claude Desktop configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
- Add the following to the
mcpServerssection:
{
"mcpServers": {
"dreamingai": {
"command": "npx",
"args": ["-y", "@shivanshu814/dreamingai-mcp-server"],
"env": {
"DREAMINGAI_API_KEY": "YOUR_ACTUAL_API_KEY_HERE",
"DREAMINGAI_BASE_URL": "https://dreamingai.exmay.com"
}
}
}
}
2. In Cursor
If you use Cursor:
- Open Cursor Settings -> Models -> MCP.
- Click + Add New MCP Server.
- Name:
DreamingAI - Type:
command - Command:
npx -y dreamingai-mcp-server - Click Add.
Note: You must have Node.js installed on your computer.
Configuration Details
| Variable | Description | Default |
|---|---|---|
DREAMINGAI_API_KEY |
Required. Your DreamingAI API key. | — |
DREAMINGAI_BASE_URL |
The URL of your DreamingAI instance. | https://dreamingai.exmay.com |
DREAMINGAI_APP_ID |
Application identifier for the client. | dreamingai |
Available Tools
Dialogue (chat)
list_conversations: Retrieve all active chat sessions.create_conversation: Start a new session.send_message: Interact with the AI.get_conversation_history: Fetch past messages.delete_conversation: Delete session data.
Agents (agents)
list_agents: Search configured AI agents.get_agent: View agent details.create_agent: Define new agent personas.update_agent/delete_agent: Manage existing agents.
Templates (prompts)
list_prompts/get_prompt: Access the prompt library.create_prompt: Save new templates with variables.update_prompt/delete_prompt: Maintain prompt library.
Models & Plugins
list_models/switch_model: Manage model switching.list_plugins/install_plugin: Manage plugin lifecycle.activate_plugin/deactivate_plugin: Control plugin availability.
Local Development
- Clone the repository:
git clone https://github.com/shivanshu814/dreamingai-mcp-server.git - Navigate to the project directory:
cd dreamingai-mcp-server - Install dependencies:
npm install - Build the server:
npm run build - Run locally:
node dist/index.js
License
Apache-2.0 © GitCoffee Team.
Установка DreamingAI Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/shivanshu814/dreamingai-mcp-serverFAQ
DreamingAI Server MCP бесплатный?
Да, DreamingAI Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для DreamingAI Server?
Нет, DreamingAI Server работает без API-ключей и переменных окружения.
DreamingAI Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить DreamingAI Server в Claude Desktop, Claude Code или Cursor?
Открой DreamingAI Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare DreamingAI Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
