mcp-c is in open beta, and free to use. Share feedback via GitHub issues or Discord.What is MCP-Cloud?
MCP-Cloud (mcp-c) is a fully managed cloud platform for hosting mcp-agents, apps, and mcp servers.Key Benefits
- One runtime for any MCP application – deploy durable
mcp-agentworkflows, FastMCP servers, or ChatGPT App backends. Everything is exposed as an MCP server athttps://<unique_id>.deployments.mcp-agent.com(Cloud overview). - Temporal-backed execution – long-running tools and workflows run on Temporal with retries, pause/resume, and human input support (Long-running tools).
- Managed secrets & authentication – manage secrets for both you, as the developer, and your users. Allow users to specify their own keys, and choose bearer or unauthenticated access today (OAuth coming soon) (Manage secrets and Deployment auth).
- Observability built in – stream logs, forward traces, and inspect workflow history directly from the CLI (Observability).
- Easy client install – use
mcp-agent installormcp-agent cloud configureto wire the deployed server into Claude Desktop, Cursor, VS Code, or ChatGPT Apps (Use a deployed server).
1. Authenticate
~/.mcp-agent/.
2. Deploy
From the directory containing yourmcp_agent.config.yaml (or pass --config-dir):
mcp-agent cloud configure).
3. Connect from clients
Your cloud deployment is a standard MCP server. Use any MCP client:- Claude Desktop
- Python
claude_desktop with vscode, cursor, chatgpt, claude_code to install in those clients instead.Monitor & manage
- Logs
- Servers
- Workflows
Example: 👋 Hello World agent
main.py
Learn more
- CLI reference – all commands and flags.
- Secrets configuration – how secrets are merged for Cloud.
- Cloud agent server guide – architecture, auth, and best practices.
