← Back to browse

Cisco Modeling Labs CML

Indexed by io.github.xorrkaz

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCML_URL CML_USERNAME CML_PASSWORD PYATS_USERNAME PYATS_PASSWORD PYATS_AUTH_PASS
Claude Code
claude mcp add --env CML_URL= --env CML_USERNAME= --env CML_PASSWORD= --env PYATS_USERNAME= --env PYATS_PASSWORD= --env PYATS_AUTH_PASS= cml-mcp -- uvx cml-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"cml-mcp","command":"uvx","args":["cml-mcp"],"env":{"CML_URL":"","CML_USERNAME":"","CML_PASSWORD":"","PYATS_USERNAME":"","PYATS_PASSWORD":"","PYATS_AUTH_PASS":""}}'
JSON
{
  "mcpServers": {
    "cml-mcp": {
      "command": "uvx",
      "args": [
        "cml-mcp"
      ],
      "env": {
        "CML_URL": "",
        "CML_USERNAME": "",
        "CML_PASSWORD": "",
        "PYATS_USERNAME": "",
        "PYATS_PASSWORD": "",
        "PYATS_AUTH_PASS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.