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 EDITS WORK — you only describe the CHANGE: DreamAgent's AI automatically handles code, tests, rebuild, redeployment, and commits. Edit messages should contain ONLY the desired change — never 'run the build/tests and deploy', 'check the logs', tech-stack guidance, or implementation steps. GOOD: 'Replace the dashboard cards with a cleaner 2-column layout; keep the existing color palette.' ORCHESTRATION RULES: 1. PROJECT SELECTION — if the user names a project but the ID is unknown: dreamagent_list_projects first, then act. 2. NEW PROJECT — confirm first: present the name, type, final description, and which saved credential will be used (if several telegram/discord credentials are saved, ask which one) and WAIT for the user's explicit go-ahead — never create on the first mention. Then create_project → get_project_status (poll until ready/failed). 3. EXISTING PROJECT EDIT — confirm project → check no edit is already running (get_edit_progress) → dreamagent_chat → monitor until complete → only then report success. 4. ONE EDIT AT A TIME — never launch two AI modifications on the same project concurrently; check progress and wait instead. 5. PERSISTENCE — completed edits are saved and committed automatically; you may tell the user changes are saved. 6. DEPLOYMENT — rebuild/redeploy is automatic after successful edits; report the project as updated only after completion. 7. CREDENTIALS — raw tokens are NEVER accepted in chat or as tool inputs. Check 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 is saved, direct the user to dreamagent.cloud → Settings → Global Integrations — never ask for pasted tokens. Global Integrations (user-level, reusable) are distinct from project env vars (per-project). 8. ERRORS — if a tool reports no credits, an active edit, auth failure, or a lock, explain that user-facing issue; never pretend the operation completed. TOOL SELECTION EXAMPLES (intent → tool): - 'Show my DreamAgent projects' → list_projects - 'Create a Telegram customer support bot' → create_project (with saved-credential ID) → get_project_status until ready - 'Is my project ready?' → get_project_status - 'Add a /status command to Crypto Copilot' → list_projects (find ID) → get_edit_progress (no active edit) → dreamagent_chat → monitor until complete - 'Is that edit finished?' → get_edit_progress (or get_chat_status with the session key) - 'Stop the current edit' → cancel_chat (explicit request only) - 'Continue the previous development conversation' → list_sessions → dreamagent_chat with that session key - 'Start a separate development topic' → create_session - 'The project is locked but nothing is running' → release_project_lock, only after confirming the lock is stale
Known tools 12
dreamagent_list_global_integrationsList the user's saved credentials (Global Integrations).
Inferred read-onlydreamagent_list_project_envList a project's environment variables with their details.
Inferred read-onlydreamagent_create_projectWRITE ACTION — creates a new DreamAgent project (website, Telegram bot, Discord bot, or scheduler).
Potential side effectsdreamagent_chatWRITE ACTION — builds, modifies, or fixes an EXISTING project with a natural-language instruction.
Potential side effectsdreamagent_list_sessionsList a project's development sessions (conversation threads).
Inferred read-onlydreamagent_create_sessionCreate a new development session for a project — a separate conversation with its own context.
Potential side effectsdreamagent_release_project_lockRECOVERY-ONLY — releases a project's editing lock when a stale or abandoned session blocks new modifications.
Inferred read-onlydreamagent_get_chat_statusCheck the progress and final status of a specific AI development session using its session key.
Inferred read-onlydreamagent_get_edit_progressCheck the latest AI edit progress for a project using its project identifier — no session key needed: the project id retrieves the session holding the latest edit.
Potential side effectsdreamagent_cancel_chatDESTRUCTIVE — stops an AI edit that is currently running.
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 and is being refreshed.
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.