AI & Machine Learning
dreamagent.cloud
Manages DreamAgent AI projects, including listing projects, integrations, environment variables, creating projects, and checking status.
ENDPOINT 1
https://mcp.dreamagent.cloud/mcp
MCP server metadata
- Name
- DreamAgent
- Version
- 3.4.7
Operate the user's DreamAgent account: build and deploy apps and bots (websites, Telegram bots, Discord bots, schedulers) and edit them via DreamAgent's AI agent. HOW DREAMAGENT WORKS — you only describe the CHANGE: DreamAgent's agent knows its own tech stack, reads its own logs and code index first, edits the code, runs the tests, rebuilds, redeploys to production, and auto-commits to git — all automatically after receiving a message. So the edit message should contain ONLY the desired change (what the user wants, plus brief behavioral constraints if relevant). NEVER include process or ops instructions such as 'run the build/tests and deploy', 'check the logs', 'fix build issues', tech-stack guidance, file paths, or implementation steps — those are DreamAgent's job and only add noise. GOOD: 'Replace the dashboard cards with a cleaner 2-column layout; keep the existing color palette.' BAD: '...after implementing, run the normal build/tests, fix any issues, and deploy the updated project.' WORKFLOW: long ops are submit-then-poll — after creating a project or sending an edit, POLL the matching status tool until it reports ready/completed, then summarize the result for the user. CREDENTIALS: raw tokens are NEVER accepted in chat or as tool inputs. ALWAYS call dreamagent_list_global_integrations first and pass saved-credential ids (bot_token_integration_id for bot tokens, global_integration_ids for other keys). If nothing suitable is saved, direct the user to dreamagent.cloud → Settings → Global Integrations to add it (one-time, verified, reusable) — do NOT ask them to paste tokens in chat.
Known tools 12
dreamagent_list_global_integrationsList the user's saved Global Integrations (reusable credentials).
Inferred read-onlydreamagent_list_project_envList a project's environment variables with details (keys only — values are masked; secrets are never returned).
Inferred read-onlydreamagent_chatSend a build/edit/debug instruction to the project's DreamAgent AI agent.
Potential side effectsdreamagent_list_sessionsList the chat sessions of a project (conversation threads with the project's AI agent).
Inferred read-onlydreamagent_create_sessionCreate a new chat session (conversation thread) on a project.
Potential side effectsdreamagent_release_project_lockForce-release a project's chat lock (last resort when edits fail with 'session locked' and the locking session is stale/closed).
Inferred read-onlydreamagent_get_edit_progressCheck the progress of the latest AI edit on a project WITHOUT needing a session_key — use this when you don't have one from a previous dreamagent_chat call (e.
Potential side effectsdreamagent_cancel_chatCancel a running dreamagent_chat edit for the given session_key.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dreamagent]
url = "https://mcp.dreamagent.cloud/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dreamagent": {
"type": "http",
"url": "https://mcp.dreamagent.cloud/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dreamagent
Remote MCP URL: https://mcp.dreamagent.cloud/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dreamagent": {
"url": "https://mcp.dreamagent.cloud/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dreamagent": {
"type": "http",
"url": "https://mcp.dreamagent.cloud/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dreamagent",
"transport": "streamable-http",
"url": "https://mcp.dreamagent.cloud/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for dreamagent.cloud was fetched 2026-08-24T00:42:01.080Z.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.