Skip to content
Grok

Cisco Modeling Labs CML for Grok

io.github.xorrkaz/cml-mcp

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

client:Grok transport:stdio runtime:pypi

Install Cisco Modeling Labs CML in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "cml-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Cisco Modeling Labs CML in other clients