Submit

Mcp Ambari Api

@call518

MCP Ambari API is a powerful Model Context Protocol (MCP) server that enables seamless Apache Ambari cluster management through natural language commands. Built for DevOps engineers, data engineers, and system administrators who work with Hadoop ecosystems.

Server Config

{
  "mcpServers": {
    "ambari-api": {
      "command": "uvx",
      "args": [
        "--python",
        "3.11",
        "mcp-ambari-api"
      ],
      "env": {
        "AMBARI_HOST": "host.docker.internal",
        "AMBARI_PORT": "8080",
        "AMBARI_USER": "admin",
        "AMBARI_PASS": "admin",
        "AMBARI_CLUSTER_NAME": "TEST-AMBARI",
        "AMBARI_LOG_LEVEL": "INFO"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.