mcpserver.lol
registry/dreamagent
Connection check verified live · 27h ago

dreamagent

Build and deploy websites, Telegram and Discord bots from chat via the DreamAgent platform.

Tools 12
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

12 tools

Read from the running server on 27h ago.

dreamagent_cancel_chat can modify data session_key*
DESTRUCTIVE — stops an AI edit that is currently running. Use ONLY when the user explicitly asks to stop/cancel the active edit. After cancellation, do NOT claim the requested chan…
dreamagent_chat message*project_id*new_sessionsession_key
WRITE ACTION — builds, modifies, or fixes an EXISTING project with a natural-language instruction. Use ONLY when the user clearly asks for a change ("add X", "fix Y", "change the t…
dreamagent_create_project name*env_varsdescriptionproject_type*global_integration_idsbot_token_integration_id
WRITE ACTION — creates a new DreamAgent project (website, Telegram bot, Discord bot, or scheduler). Use ONLY when the user clearly asks to create/build a new project; not for quest…
dreamagent_create_session labelproject_id*
Create a new development session for a project — a separate conversation with its own context. Use when the user wants to start a distinct development topic. A new session does NOT…
dreamagent_get_chat_status read-only aftersession_key*
Check the progress and final status of a specific AI development session using its session key. Use this to monitor an asynchronous edit until it completes, fails, or is cancelled…
dreamagent_get_edit_progress read-only project_id*
Check 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. Use when the use…
dreamagent_get_project_status read-only project_id*
Check a project's creation/deployment state. Terminal states are 'ready' (built and live) and 'failed'; while a project is being created it reports progressive phases such as 'crea…
dreamagent_list_global_integrations read-only
List the user's saved credentials (Global Integrations). ALWAYS call this before creating any bot project or asking the user for a token/API key. Saved credentials are referenced…
dreamagent_list_project_env read-only project_id*
List a project's environment variables with their details. Shows each key's name, title, description, docs URL, and category — values are masked (secrets are never returned). Use…
dreamagent_list_projects read-only status
List the user's DreamAgent projects. Returns each project's name, ID, type, status, and live domain (when available). Use when the user asks to see, find, select, or check their p…
dreamagent_list_sessions read-only project_id*
List a project's development sessions (conversation threads). Returns each session's identifier (session key) and context so you can select, continue, or monitor a specific develop…
dreamagent_release_project_lock project_id*
RECOVERY-ONLY — releases a project's editing lock when a stale or abandoned session blocks new modifications. NOT a normal editing step, and NEVER a way to bypass an actively runni…