Cisco Modeling Labs CML for Cursor
io.github.xorrkaz/cml-mcp
An MCP server that provides access to common Cisco Modeling Labs (CML) operations.
client:Cursor
transport:stdio
runtime:pypi
Install Cisco Modeling Labs CML in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs