CLIO Darshan for Cursor
io.github.iowarp/darshan-mcp
Darshan I/O profiler MCP server for analyzing I/O trace files
client:Cursor
transport:stdio
runtime:pypi
Install CLIO Darshan in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"darshan-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