Spreadsheet DB for Zed
io.github.manddarinshop/spreadsheet-db-mcp
SQLite-authoritative entity database with an async Google Sheets projection for AI agents.
client:Zed
transport:stdio
runtime:npm
Install Spreadsheet DB in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"spreadsheet-db-mcp": {
"command": "npx",
"args": [
"-y",
"spreadsheet-db-mcp"
],
"env": {
"HIKOUTEI_MCP_CONFIG": "<HIKOUTEI_MCP_CONFIG>",
"HIKOUTEI_SYNC_SPREADSHEET_URL": "<HIKOUTEI_SYNC_SPREADSHEET_URL>",
"GOOGLE_APPLICATION_CREDENTIALS": "<GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs