← Discover MCPs and Agents
C
MCPAI & MLMCP Registry

CloudeIDE

Deploy from your terminal, and give an AI coding agent the same abilities over MCP.

Links

README

From the repo.

Cloudeide

CloudEIDE is an AI code editor built on the VS Code foundation, with an integrated AI coding agent.

Getting Started

Visit our website to download Cloudeide

Features

AI-assisted coding, code editing, codebase understanding, file management, bug fixing, and more.

Resources

Website: https://cloudeide.com GitHub: https://github.com/Cloudeide/cloudeide

Security

Please do not report security vulnerabilities through public issues. See SECURITY.md for details.

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.