Skip to main content

CLIO Kit — MCP Servers

16 specialized MCP servers for scientific computing — 150+ tools

CLIO Kit provides AI agents with direct access to HPC infrastructure, scientific data formats, and research workflows through Model Context Protocol (MCP) servers.

tip

For the interactive MCP showcase, visit toolkit.iowarp.ai.

Quick Start

# Install and run any MCP server
uvx iowarp-agent-toolkit mcp-server hdf5
uvx iowarp-agent-toolkit mcp-server pandas
uvx iowarp-agent-toolkit mcp-server slurm

# List all available servers
uvx iowarp-agent-toolkit mcp-servers

Available Servers

Data I/O & Visualization (5 servers, 56+ tools)

ServerToolsDescription
HDF527HDF5 file operations with AI-powered insights, LRU caching, streaming
Pandas15CSV data analysis, statistical summaries, data cleaning
ADIOS5Scientific data I/O for BP5 format
Parquet4High-performance columnar data processing
ParaView293D scientific visualization, isosurfaces, streamlines

HPC Integration (4 servers, 59+ tools)

ServerToolsDescription
Slurm13Job submission, monitoring, cluster analytics
Jarvis25+HPC workflow orchestration, pipeline management
Lmod10HPC module system management
Node Hardware11CPU, GPU, memory, disk, network monitoring

Research Discovery (2 servers, 16+ tools)

ServerToolsDescription
ArXiv13Paper search, metadata, BibTeX export, citation networks
NDP3National Data Platform dataset discovery

System Monitoring (2 servers, 14+ tools)

ServerToolsDescription
Darshan10I/O performance analysis, bandwidth, bottleneck detection
ChronoLog4Session logging and context sharing

Utilities (3 servers, 20+ tools)

ServerToolsDescription
Plot6Data visualization (line, bar, scatter, heatmap)
Compression1File compression utilities
Parallel Sort13Log processing, pattern detection, filtering

IDE Integration

Add to ~/.cursor/mcp.json:

{
"mcpServers": {
"hdf5-mcp": {
"command": "uvx",
"args": ["iowarp-agent-toolkit", "mcp-server", "hdf5"]
},
"pandas-mcp": {
"command": "uvx",
"args": ["iowarp-agent-toolkit", "mcp-server", "pandas"]
},
"slurm-mcp": {
"command": "uvx",
"args": ["iowarp-agent-toolkit", "mcp-server", "slurm"]
}
}
}

Cursor MCP docs →

Repository