Serversio.github.xorrkaz/cml-mcp
M

Cisco Modeling Labs (CML)

io.github.xorrkaz/cml-mcp · v0.28.0
▦ pypi
v0.28.0pypi pypi: cml-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.xorrkaz/cml-mcp",
  "description": "An MCP server that provides access to common Cisco Modeling Labs (CML) operations.",
  "title": "Cisco Modeling Labs (CML)",
  "repository": {
    "url": "https://github.com/xorrkaz/cml-mcp",
    "source": "github"
  },
  "version": "0.28.0",
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "cml-mcp",
      "version": "0.28.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL for the CML Server",
          "isRequired": true,
          "format": "string",
          "name": "CML_URL"
        },
        {
          "description": "Username for CML authentication",
          "isRequired": true,
          "format": "string",
          "name": "CML_USERNAME"
        },
        {
          "description": "Password for CML authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CML_PASSWORD"
        },
        {
          "description": "Username for authentication to devices running in CML",
          "format": "string",
          "name": "PYATS_USERNAME"
        },
        {
          "description": "Password for authentication to devices running in CML",
          "format": "string",
          "isSecret": true,
          "name": "PYATS_PASSWORD"
        },
        {
          "description": "Enable password for authentication to devices running in CML",
          "format": "string",
          "isSecret": true,
          "name": "PYATS_AUTH_PASS"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}