← Registry

AI & Machine Learning

dreamagent.cloud

Manages DreamAgent AI projects, including listing projects, integrations, environment variables, creating projects, and checking status.

1 endpoint12 known toolsFirst detected August 15, 2026Last detected August 15, 2026

ENDPOINT 1

https://mcp.dreamagent.cloud/mcp

No auth detected

MCP server metadata

Name
DreamAgent
Version
3.4.7
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

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_projects

List the user's DreamAgent projects.

Inferred read-only
dreamagent_list_global_integrations

List the user's saved Global Integrations (reusable credentials).

Inferred read-only
dreamagent_list_project_env

List a project's environment variables with details (keys only — values are masked; secrets are never returned).

Inferred read-only
dreamagent_create_project

Create a new DreamAgent project.

Potential side effects
dreamagent_get_project_status

Get a project's current status.

Inferred read-only
dreamagent_chat

Send a build/edit/debug instruction to the project's DreamAgent AI agent.

Potential side effects
dreamagent_list_sessions

List the chat sessions of a project (conversation threads with the project's AI agent).

Inferred read-only
dreamagent_create_session

Create a new chat session (conversation thread) on a project.

Potential side effects
dreamagent_release_project_lock

Force-release a project's chat lock (last resort when edits fail with 'session locked' and the locking session is stale/closed).

Inferred read-only
dreamagent_get_chat_status

Poll the progress of a dreamagent_chat run.

Inferred read-only
dreamagent_get_edit_progress

Check 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 effects
dreamagent_cancel_chat

Cancel a running dreamagent_chat edit for the given session_key.

Potential side effects

CONNECT 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.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.