Skip to content
Cursor

CLIO Seismic for Cursor

io.github.iowarp/seismic-mcp

MCP server for earthquake-sequence analysis on saved catalogs: completeness magnitude,...

client:Cursor transport:stdio runtime:pypi

Install CLIO Seismic in Cursor

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

{
  "mcpServers": {
    "seismic-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 Seismic in other clients