Self-hostable Go planner with notes, todos, calendar, search, and a built-in MCP server for AI clients.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Konbu.
Your personal digital planner, kept by an AI butler.
CLI Β· MCP Β· Self-hostable Β· AI-native
One Go binary that binds your memos, todos, schedule, and tables into a single planner β searchable from one place, kept by AI.
Connect Claude, Cursor, or any MCP client to your data.
ζ₯ζ¬θͺ | English


konbu is a personal digital planner β a Filofax-style system planner, digitized. A self-hostable Go binary that binds your memos, todos, schedule, and structured tables into one notebook, kept by an AI butler, and surfaces everything from a single search interface. It's yours alone β nothing is ever shared out. Not a replacement for Notion + Todoist + Calendar β a replacement for the act of searching four apps to find one thing.
What's different:
End the state of having your day scattered across four different apps.
Open http://localhost:8080 and create your account. The dev compose file sets DEV_USER=dev@local to skip registration.
| Variable | Required | Default | Description |
|---|---|---|---|
DATABASE_URL | Yes | -- | PostgreSQL connection string |
SESSION_SECRET | Yes | dev fallback | Session signing key |
PORT | No | 8080 | Server port |
DEV_USER | No | -- | Auto-login as this email (dev only) |
OPEN_REGISTRATION | No | -- | Set true to allow anyone to register (for Cloud) |
BASE_URL | No | -- | Public app URL used for OAuth callbacks |
GOOGLE_CLIENT_ID | No | -- | Enable Google OAuth login |
GOOGLE_CLIENT_SECRET | No | -- | Enable Google OAuth login |
WEBHOOK_SECRET | No | -- | GitHub Sponsors webhook secret |
STRIPE_SECRET_KEY | No | -- | Enable Stripe checkout and subscription billing |
STRIPE_WEBHOOK_SECRET | No | -- | Verify incoming Stripe webhook events |
STRIPE_PRICE_MONTHLY | No | -- | Stripe Price ID used for monthly Pro checkout |
STRIPE_PRICE_YEARLY | No | -- | Stripe Price ID used for yearly Pro checkout |
GITHUB_FEEDBACK_TOKEN | No | -- | GitHub token used to create anonymized feedback issues |
GITHUB_FEEDBACK_REPO | No | -- | Repository to receive feedback issues, e.g. krtw00/konbu |
GITHUB_FEEDBACK_LABELS | No | -- | Comma-separated labels added to forwarded feedback issues |
AI_ENCRYPTION_KEY | No | -- | 64 hex chars used to encrypt BYOK AI keys |
DEFAULT_AI_PROVIDER | No | openai | Server-side free-tier AI provider |
DEFAULT_AI_API_KEY | No | -- | Server-side free-tier AI key |
DEFAULT_AI_ENDPOINT | No | -- | Override free-tier provider endpoint |
DEFAULT_AI_MODEL | No | -- | Override free-tier provider model |
R2_ACCESS_KEY_ID | No | -- | Attachment upload credentials |
R2_SECRET_ACCESS_KEY | No | -- | Attachment upload credentials |
R2_ENDPOINT | No | Cloudflare R2 default | Attachment storage endpoint |
R2_BUCKET | No | konbu-attachments | Attachment storage bucket |
R2_PUBLIC_URL | No | -- | Optional public base URL for attachments |
SMTP_HOST | No | -- | SMTP relay host for reminder emails (e.g. smtp-relay.brevo.com). Notifications are disabled unless all five SMTP_* variables are set. |
SMTP_PORT | No | -- | SMTP relay port (typically 587 for STARTTLS) |
SMTP_USERNAME | No | -- | SMTP relay login |
SMTP_PASSWORD | No | -- | SMTP relay password / API key |
SMTP_FROM | No | -- | From address for outgoing reminder emails |
NOTIFICATION_TICK_INTERVAL | No | 1m | Notification sweep interval (Go duration, e.g. 30s, 2m) |
When the SMTP_* variables above are all set, the server starts a single in-process sweep loop that sends email reminders for upcoming events and due ToDos. Each user opts in via Settings (user_settings.notifications.enabled = true) and can override the recipient email, lead time, due-time, and timezone.
Notifications are a server-only feature β they run inside the API server process and require PostgreSQL. The MCP --standalone mode (SQLite) does not send reminders.
| Variable | Description |
|---|---|
POSTGRES_PASSWORD | PostgreSQL password |
KONBU_DOMAIN | Domain for Traefik TLS routing |
The CLI is a standalone client that connects to a remote konbu server via API. Server code is not included in the CLI binary.
Generate an API key in Settings > Security on the web UI.
All commands support --json flag for machine-readable output.
Short IDs (first 8 chars) can be used in place of full UUIDs.
konbu can run as a built-in MCP (Model Context Protocol) server in two modes β pick whichever fits.
If you just want konbu as a local MCP backend for Claude Desktop, Cursor, or any MCP client, install the CLI and run it with --standalone. No PostgreSQL, no web server, no API key β everything is stored in a local SQLite file.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/krtw00-konbu)<a href="https://allmcps.com/mcp/krtw00-konbu"><img src="https://allmcps.com/api/badge/krtw00-konbu?style=directory" alt="Konbu on AllMCPs" /></a>