server for Cursor
ai.ponlo/server
Family calendar, tasks, meals, lists & rewards hub for AI assistants.
client:Cursor
transport:stdio
runtime:npm
Install server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ponlo-ai"
],
"env": {
"PONLO_API_URL": "<PONLO_API_URL>",
"PONLO_API_KEY": "<PONLO_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs