Skip to content
Cursor

CLIO Lmod for Cursor

io.github.iowarp/lmod-mcp

Lmod MCP - Environment Module Management for LLMs with comprehensive module operations

client:Cursor transport:stdio runtime:pypi

Install CLIO Lmod in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "lmod-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "clio-kit"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

CLIO Lmod in other clients