server for Zed
ai.ponlo/server
Family calendar, tasks, meals, lists & rewards hub for AI assistants.
client:Zed
transport:stdio
runtime:npm
Install server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"server": {
"command": "npx",
"args": [
"-y",
"ponlo-ai"
],
"env": {
"PONLO_API_URL": "<PONLO_API_URL>",
"PONLO_API_KEY": "<PONLO_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs