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: cpanel-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
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 Servers
- FlicenseBqualityCmaintenanceAn MCP server for MySQL that enables users to execute SQL queries, inspect table structures, and explore database schemas through a clean, SOLID-based architecture. It includes built-in security validations to protect against dangerous operations and ensure safe interaction with database resources.2
- Alicense-qualityFmaintenanceA comprehensive MCP server for managing cPanel web hosting accounts via UAPI, enabling file, database, email, domain, cron, backup, and system monitoring operations.213MIT
- AlicenseAqualityDmaintenanceMCP server for copying and pasting code between files with security controls and validation.5MIT
- AlicenseAqualityBmaintenanceAn 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
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.
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