Skip to main content
Glama

cdmon MCP

cdmon-mcp CI License: Apache 2.0 TypeScript

⚠️ 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 run

  • Path 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 cdmon CLI over identical code, for jobs with no model in them

  • Credentials 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

Development

Layout, why the modules split where they do, tests, releases

Installation

Requirements, MCP client configuration, CLI use, every setting

phpMyAdmin

How the web session is driven, and which markup it depends on

Safety

What is refused and why: writes, paths, transactions, the audit log

Tools

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

Apache 2.0

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

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

  • F
    license
    B
    quality
    C
    maintenance
    An 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
  • A
    license
    -
    quality
    F
    maintenance
    A comprehensive MCP server for managing cPanel web hosting accounts via UAPI, enabling file, database, email, domain, cron, backup, and system monitoring operations.
    21
    3
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    An 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.
    10
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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