nyyon-planner
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@nyyon-plannerPlan my day with the carry-over ritual"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
nyyon-planner

A local MCP server for day planning. Your AI assistant runs the planning conversation; this tool gives it memory and a method: saved day plans, weekly objectives, an honest carry-over ritual, and a rendered day card you can pin anywhere. No network, no model, nothing leaves the machine — every plan is a plain JSON file you can grep, diff, and sync however you like.
Extracted from the Daily Planner inside the Nyyon Command Center, where it plans real days.
The method (what the assistant follows)
Ground first — one
plan_daycall returns today's plan, the week's objectives, and what's still open from recent days.The carry-over ritual — unfinished items from past days surface first, and each gets a decision: done, carry over, or drop. Nothing silently disappears.
Four questions, one at a time — what do you want done today? any constraints? how many Focus Sessions fit? aligned with the week?
Focus Sessions are the backbone — ~2-hour deep-work blocks, each with one concrete deliverable (what will exist when it's done). Everything else is supporting blocks and to-dos.
Strategic or wing-it — a day either serves the week's 2-4 objectives or it deliberately doesn't. Both are legitimate; the plan says which.
The full brief ships in the server (plan_day returns it), so any MCP-capable assistant picks up the method with zero setup.
Related MCP server: AgentOS
The live panel (the part that closes the loop)
open_panel starts a tiny loopback-only web page — the day in the same aesthetic, but every control is real: tap a block or a to-do and it writes to the plan store; type a note ("replan the afternoon, I'm drained") and it's recorded. Each interaction becomes a signal, and the next plan_day call delivers all of them to the assistant exactly once as panel_activity — so the conversation always opens already knowing what you did with your hands. No fake buttons, no push magic: an honest pull on the next turn.
Loopback only, token-guarded URL, dies with the MCP process; the state is in the files either way.
Follow-up and analytics
Because every day is one JSON file with done-flags, review is just a read. review_period computes any range (defaults to the last 7 days):
completion rates — focus sessions, blocks, to-dos, and the starred few, planned vs done
the slippage list — items that appeared on multiple days before resolving, and the ones still stuck (the honest follow-up feed)
strategic vs wing-it ratio, and every touched week's objectives with their hit rate
a
review_brieftelling the assistant how to narrate the retro: lead with what shipped, read rates as patterns not grades, close by drafting next week's objectives
"Do my week in review" or "how did this month actually go" becomes one tool call plus an honest conversation.
The day card
render_plan draws any day as a clean 1080×1350 PNG — Focus Sessions accented, done items struck, the week's objectives at the foot:
Tools
tool | what it does |
| Start here. The planning brief + today's plan + the week + the carry-over feed, in one call. |
| Write the day: schedule blocks ( |
| Edit during the day — pass only the keys that change. |
| One day's plan, with its still-open items computed. |
| Recent past days with their open items — the carry-over feed. |
| Full-text search across every saved day. |
| The strategic layer: this week's 2-4 objectives. |
| Week/month analytics: completion rates, the slippage list, objectives hit rate + a retro narration brief. |
| The day as a shareable PNG day card. |
| The LIVE local page: real checkboxes + a note box; interactions surface as |
| Data dir, work week, theme — all env-overridable. |
Install (Claude / MCP)
npm install{
"mcpServers": {
"nyyon-planner": { "command": "node", "args": ["/ABSOLUTE/PATH/nyyon-planner/src/index.js"] }
}
}Or with the CLI: claude mcp add nyyon-planner -- node /ABSOLUTE/PATH/nyyon-planner/src/index.js
Settings
Everything is env-overridable (NYYON_PLANNER_*):
NYYON_PLANNER_DIR— where plans live (default~/.nyyon-planner; plain JSON, one file per day)NYYON_PLANNER_WORK_DAYS— comma list, 0=Sun..6=Sat (default1,2,3,4,5; an Israeli work week is0,1,2,3,4)NYYON_PLANNER_WEEK_START— the week's anchor day (default: first work day). Weekend days roll forward to the coming week.NYYON_PLANNER_TZ— the "today" boundary timezone (default: system)NYYON_PLANNER_PAPER / INK / MUTE / LINE / ACCENT / ACCENT_WASH— day-card colors (hex)NYYON_PLANNER_FONT_SANS / FONT_MONO / FONT_FILES— day-card fonts (IBM Plex bundled)NYYON_PLANNER_BRAND— the footer mark on the cardNYYON_PLANNER_OUT— where rendered cards are written (default<data dir>/cards)
Test
npm test # store roundtrip, week anchoring, card render — in a temp dirPart of a family
Built like nyyon-figures: a local, offline MCP server where the calling assistant does the thinking and the tool does the persistence and the drawing. MIT.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that gives AI assistants persistent memory across sessions. It stores project context, decisions, and progress in structured markdown files as well as a knowledge graph and sequential thinking for better memory storage.Last updated36631MIT
- Alicense-qualityBmaintenanceMCP server providing persistent memory, goal tracking, self-reflection, and background monitoring for any MCP-compatible AI agent.Last updated1MIT
- Alicense-qualityDmaintenanceAn MCP server that gives AI coding assistants persistent memory across sessions with chain-based project tracking, tickets, and structured handoffs.Last updatedGPL 3.0
- Alicense-qualityDmaintenanceA local MCP server that gives AI agents structured task planning, execution tracking, and guided research workflows.Last updated15MIT
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Cloud-hosted MCP server for durable AI memory
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LevNyyon/nyyon-planner'
If you have feedback or need assistance with the MCP directory API, please join our Discord server