cdmon-mcp
Enables running SQL statements against a cdmon shared hosting database through the phpMyAdmin web interface, with one statement per request to prevent silent partial applies.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cdmon-mcpdeploy the dist folder to public_html"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cdmon MCP
β οΈ Unofficial
Not affiliated with, endorsed by or supported by cdmon. Ask cdmon about your hosting; ask this tracker about this tool.
MCP server and CLI for deploying files and running SQL on cdmon shared hosting, written in TypeScript.
Small hosting plans have no SSH, no Composer, no Node and no build step. A deploy there is files over FTP and SQL through phpMyAdmin, both done by hand, one file at a time.
cdmon MCP exposes those two interfaces as tools an AI agent can call and as commands a CI job can run. Neither has to rediscover that the host blocks an address which connects too quickly, or that phpMyAdmin reports a half-applied migration as a success β both are built into the tools themselves rather than written in a runbook.
β¨ Features
Files over FTP: list, read, upload and delete, confined to a configured root
SQL through phpMyAdmin: one statement per request, so a partial apply is never silent
Read-only by default: writes need
CDMON_ALLOW_WRITES, and then still default to a dry runPath traversal refused: every path resolves inside the root, and is never quietly clamped
Rate limited: operations are serialised and paced, because cdmon blocks bursts
Transactions refused: SQL that cannot span separate requests is rejected, not half-run
Audited: every write appends a redacted JSON line you can keep, grep and share
Same core in CI: a
cdmonCLI over identical code, for jobs with no model in themCredentials out of reach: they come from the environment, never from a tool argument
No dependencies on the host: nothing is installed on the hosting, which is the point
Related MCP server: code-copy-mcp
π Documentation
Document | What it covers |
Layout, why the modules split where they do, tests, releases | |
Requirements, MCP client configuration, CLI use, every setting | |
How the web session is driven, and which markup it depends on | |
What is refused and why: writes, paths, transactions, the audit log | |
The tools an agent can call, their arguments and their output |
π€ Contributing
Contributions are welcome: CONTRIBUTING.md covers the PR workflow, commit style, tests and scope.
Security issues: see SECURITY.md for private reporting.
π₯ Authors
βοΈ License
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Build, deploy, and host full-stack web apps from any MCP client. DB, auth, storage, cron included.
Agent-first web hosting: deploy sites, apps, databases and domains over MCP.
Secure MCP server for exploring incwo CRM data, documents, and email workflows.
A MCP server built for developers enabling Git based project management with project and personalβ¦
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceA comprehensive MCP server for managing cPanel web hosting accounts via UAPI, enabling file, database, email, domain, cron, backup, and system monitoring operations.263MIT
- AlicenseAqualityDmaintenanceMCP server for copying and pasting code between files with security controls and validation.5MIT
- AlicenseAqualityAmaintenanceAn MCP server that enables AI coding agents to deploy files to FTP/FTPS/SFTP servers, with path jail, read-only mode, and dry-run capabilities.10MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for managing a remote host via FTP/FTPS/SFTP/SSH, offering file transfer, optional shell execution, and MySQL query tools.120MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OpusProjects/cdmon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server