Skip to content
Cursor

CLIO Adios for Cursor

io.github.iowarp/adios-mcp

Fetch and analyze BP5 data files using ADIOS2. Access scientific data, metadata, and attributes...

client:Cursor transport:stdio runtime:pypi

Install CLIO Adios in Cursor

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

{
  "mcpServers": {
    "adios-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 Adios in other clients