Skip to content
Zed

CLIO Pandas for Zed

io.github.iowarp/pandas-mcp

Pandas MCP - Advanced Data Analysis for LLMs with comprehensive pandas operations

client:Zed transport:stdio runtime:pypi

Install CLIO Pandas in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "pandas-mcp": {
      "command": "uvx",
      "args": [
        "clio-kit"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

CLIO Pandas in other clients