mcp zenml for Cursor
io.github.zenml-io/mcp-zenml
MCP server for discovering, reading, and changing ZenML resources with compact generic tools
client:Cursor
transport:stdio
runtime:oci
Install mcp zenml in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-zenml": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/zenmldocker/mcp-zenml:2.0.0"
],
"env": {
"ZENML_STORE_URL": "<ZENML_STORE_URL>",
"ZENML_STORE_API_KEY": "<ZENML_STORE_API_KEY>",
"ZENML_MCP_PROFILE": "<ZENML_MCP_PROFILE>",
"ZENML_MCP_WRITE_POLICY": "<ZENML_MCP_WRITE_POLICY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs