What is the CLIO Spack MCP server?
Structured Spack discovery and installation tools for scientific agents
How to install CLIO Spack
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"spack-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"spack"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"spack-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"spack"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"spack-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"spack"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"spack-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"spack"
]
}
}
}Claude Code
claude mcp add spack-mcp -- uvx clio-kit mcp-server spackRelated MCP servers
CLIO Adios
Active
Fetch and analyze BP5 data files using ADIOS2. Access scientific data, metadata, and attributes...
26
View repository →Python
BSD-3-Clause
CLIO Arxiv
Active
ArXiv MCP server implementation using Model Context Protocol
26
View repository →Python
BSD-3-Clause
CLIO Chronolog
Active
ChronoLog MCP server implementation using Model Context Protocol
26
View repository →Python
BSD-3-Clause
CLIO Compression
Active
Compression MCP server implementation using Model Context Protocol
26
View repository →Python
BSD-3-Clause
CLIO Darshan
Active
Darshan I/O profiler MCP server for analyzing I/O trace files
26
View repository →Python
BSD-3-Clause
CLIO Geo
Active
MCP server for rendering GeoJSON vector layers into map images with basemaps
26
View repository →Python
BSD-3-Clause