DreamingAI MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DREAMINGAI_APP_ID | No | Application identifier for the client. | dreamingai |
| DREAMINGAI_API_KEY | Yes | Your DreamingAI API key. | |
| DREAMINGAI_BASE_URL | No | The URL of your DreamingAI instance. | https://dreamingai.exmay.com |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_conversationsC | List all chat conversations/sessions in DreamingAI |
| create_conversationB | Create a new chat conversation/session in DreamingAI |
| delete_conversationB | Delete a chat conversation/session from DreamingAI |
| get_conversation_historyB | Get the message history for a specific conversation in DreamingAI |
| send_messageB | Send a message to a DreamingAI conversation and get an AI response |
| list_agentsB | List all available AI agents in DreamingAI |
| get_agentA | Get details of a specific AI agent in DreamingAI |
| create_agentA | Create a new AI agent in DreamingAI with custom role and behavior |
| update_agentA | Update an existing AI agent's configuration in DreamingAI |
| delete_agentB | Delete an AI agent from DreamingAI |
| list_promptsB | List all prompt templates in DreamingAI |
| get_promptA | Get details of a specific prompt template in DreamingAI |
| create_promptC | Create a new prompt template in DreamingAI |
| update_promptA | Update an existing prompt template in DreamingAI |
| delete_promptB | Delete a prompt template from DreamingAI |
| list_modelsA | List all available AI models and platforms in DreamingAI |
| get_modelA | Get details and capabilities of a specific AI model in DreamingAI |
| switch_modelC | Switch the active AI model for conversations in DreamingAI |
| list_pluginsB | List all available plugins in DreamingAI marketplace |
| install_pluginB | Install a plugin from the DreamingAI marketplace |
| activate_pluginA | Activate an installed plugin in DreamingAI |
| deactivate_pluginB | Deactivate an active plugin in DreamingAI |
| uninstall_pluginB | Uninstall a plugin from DreamingAI |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shivanshu814/dreamingai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server