← Index

Cisco Modeling Labs (CML)

io.github.xorrkaz/cml-mcp·v0.27.0·Other
Quality Score
85
/100

An MCP server that provides access to common Cisco Modeling Labs (CML) operations.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "cml-mcp": {
      "command": "uvx",
      "args": [
        "cml-mcp"
      ],
      "env": {
        "CML_URL": "<cml_url>",
        "CML_USERNAME": "<cml_username>",
        "CML_PASSWORD": "<your-cml_password>",
        "PYATS_USERNAME": "<pyats_username>",
        "PYATS_PASSWORD": "<your-pyats_password>",
        "PYATS_AUTH_PASS": "<your-pyats_auth_pass>"
      }
    }
  }
}
§02  Environment variables
CML_URL
required

URL for the CML Server

CML_USERNAME
required

Username for CML authentication

CML_PASSWORD
requiredsecret

Password for CML authentication

PYATS_USERNAME

Username for authentication to devices running in CML

PYATS_PASSWORD
secret

Password for authentication to devices running in CML

PYATS_AUTH_PASS
secret

Enable password for authentication to devices running in CML

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other