Cdp Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Cdp Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP (Model Context Protocol) server for Cloudera Manager / CDP cluster administration and troubleshooting.
Fork of dvergari/cloudera-mcp-server — extended with pluggable registry backends (File, Env, Iceberg) and additional service clients (YARN, Spark History Server, HDFS NameNode, Oozie).
# Install
git clone https://github.com/disoardi/cdp-mcp-server.git
cd cdp-mcp-server
python3.12 -m venv .venv
source .venv/bin/activate
pip install -e .
# Configure
cp cm_instances.yaml.example cm_instances.yaml
# Edit cm_instances.yaml with your CM credentials
# Run
REGISTRY_BACKEND=file cdp-mcpREGISTRY_BACKEND=env \
CM_HOST=cm.example.com \
CM_USERNAME=admin \
CM_PASSWORD=changeme \
CM_USE_TLS=false \
cdp-mcp{
"mcpServers": {
"cdp": {
"command": "/path/to/cdp-mcp-server/.venv/bin/cdp-mcp",
"env": {
"REGISTRY_BACKEND": "file",
"REGISTRY_FILE_PATH": "/path/to/cm_instances.yaml"
}
}
}
}{
"mcpServers": {
"cdp": {
"command": "/path/to/cdp-mcp-server/.venv/bin/cdp-mcp",
"env": {
"REGISTRY_BACKEND": "env",
"CM_HOST": "cm.example.com",
"CM_USERNAME": "admin",
"CM_PASSWORD": "changeme",
"CM_USE_TLS": "false"
}
}
}
}list_clusters — List all managed DataHub clusterslist_services — List services on a clusterget_service_logs — Extract service logs with time range filteringget_alerts — Get cluster alerts and eventsget_service_metrics — Time-series metrics via tsqueryget_config / update_config — Read and write service configurationrun_service_command / get_command_status — Execute async CM commandsget_host_status — Host health and role inventoryget_audit_events — CM audit loglist_datahubs — Enumerate DataHub clustersrefresh_cluster_map — Rebuild cluster→CM mappingregistry_list — List registered CM instancesregistry_stats — Registry statisticsregistry_add — Register a new CM instanceregistry_deactivate — Deactivate a CM instanceregistry_update_field — Update a registry fieldregistry_reload — Hot-reload registryget_yarn_app — Get YARN application details and diagnosticslist_yarn_apps — List YARN applications with filtersget_yarn_queue — Get YARN scheduler queue capacity/usageget_spark_app — Get Spark application summarylist_spark_apps — List Spark applicationsget_spark_stages — Get stage details (useful for debugging slow jobs)get_namenode_status — NameNode health, capacity, corrupt/missing blocksget_oozie_job — Get workflow or coordinator job detailslist_oozie_jobs — List Oozie jobs with filters| Backend | Use case | Requires |
|---|---|---|
file | Development, small teams | cm_instances.yaml |
env | Single CM, quick tests | env vars CM_HOST, CM_USERNAME, CM_PASSWORD |
iceberg | Production CDP environments | Impala/HiveServer2 + Iceberg table |
Apache License 2.0 — see LICENSE. Original work © Davide Vergari. Modifications © Davide Isoardi.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.