MCP Server
Active
BSD-3-Clause
CLIO Scientific Catalog MCP Server
io.github.iowarp/scientific-catalog-mcp
What is the CLIO Scientific Catalog MCP server?
Operator-owned scientific dataset discovery for remote agents
How to install CLIO Scientific Catalog
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": {
"scientific-catalog-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"scientific-catalog"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"scientific-catalog-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"scientific-catalog"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"scientific-catalog-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"scientific-catalog"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"scientific-catalog-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"scientific-catalog"
]
}
}
}Claude Code
claude mcp add scientific-catalog-mcp -- uvx clio-kit mcp-server scientific-catalogRelated 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