wisegrid mcp for Windsurf
io.github.ryankramer/wisegrid-mcp
Read and write WiseGrid sheets, rows, columns and reports from any AI agent.
client:Windsurf
transport:stdio
runtime:pypi
Install wisegrid mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"wisegrid-mcp": {
"command": "uvx",
"args": [
"wisegrid-mcp"
],
"env": {
"WISEGRID_API_KEY": "<WISEGRID_API_KEY>",
"WISEGRID_BASE_URL": "<WISEGRID_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs