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
{
"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