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: code-copy-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

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    Not graded
    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.
    26
    3
    MIT
  • A
    license
    A
    quality
    A
    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
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server for managing a remote host via FTP/FTPS/SFTP/SSH, offering file transfer, optional shell execution, and MySQL query tools.
    120
    MIT

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