Skip to content
Windsurf

Cisco Modeling Labs CML for Windsurf

io.github.xorrkaz/cml-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install Cisco Modeling Labs CML in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cml-mcp": {
      "command": "uvx",
      "args": [
        "cml-mcp"
      ],
      "env": {
        "CML_URL": "<CML_URL>",
        "CML_USERNAME": "<CML_USERNAME>",
        "CML_PASSWORD": "<CML_PASSWORD>",
        "PYATS_USERNAME": "<PYATS_USERNAME>",
        "PYATS_PASSWORD": "<PYATS_PASSWORD>",
        "PYATS_AUTH_PASS": "<PYATS_AUTH_PASS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Cisco Modeling Labs CML in other clients