Skip to content
Zed

wisegrid mcp for Zed

io.github.ryankramer/wisegrid-mcp

Read and write WiseGrid sheets, rows, columns and reports from any AI agent.

client:Zed transport:stdio runtime:pypi

Install wisegrid mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "wisegrid-mcp": {
      "command": "uvx",
      "args": [
        "wisegrid-mcp"
      ],
      "env": {
        "WISEGRID_API_KEY": "<WISEGRID_API_KEY>",
        "WISEGRID_BASE_URL": "<WISEGRID_BASE_URL>"
      }
    }
  }
}

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

wisegrid mcp in other clients