Skip to content
Zed

Cisco Modeling Labs CML for Zed

io.github.xorrkaz/cml-mcp

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

client:Zed transport:stdio runtime:pypi

Install Cisco Modeling Labs CML in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Cisco Modeling Labs CML in other clients