← dreamagent.cloud
INDIVIDUAL MCP TOOL
dreamagent_get_project_status
Check a project's creation/deployment state.
LIVE ENDPOINT
https://mcp.dreamagent.cloud/mcp
Connect to this endpoint to inspect the live schema for dreamagent_get_project_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
dreamagent_list_projects— List the user's DreamAgent projects.dreamagent_list_global_integrations— List the user's saved credentials (Global Integrations).dreamagent_list_project_env— List a project's environment variables with their details.dreamagent_create_project— WRITE ACTION — creates a new DreamAgent project (website, Telegram bot, Discord bot, or scheduler).dreamagent_chat— WRITE ACTION — builds, modifies, or fixes an EXISTING project with a natural-language instruction.dreamagent_list_sessions— List a project's development sessions (conversation threads).dreamagent_create_session— Create a new development session for a project — a separate conversation with its own context.dreamagent_release_project_lock— RECOVERY-ONLY — releases a project's editing lock when a stale or abandoned session blocks new modifications.