
Lystbot
Give your agent structured lists it can create, update, and query through MCP, CLI, or REST instead of fragile markdown checklists.
Overview
io.github.TourAround/lystbot is an MCP server for the Build phase that manages smart lists through MCP, CLI, and REST for agent-driven workflows.
What is this MCP server?
- Smart lists designed for LLM read/write—not static notes
- Same list surface via MCP, CLI, and REST API
- npm package lystbot (v0.3.5) with stdio MCP transport
- Repository subfolder cli under TourAround/LystBot
- Use for backlogs, QA lists, content pipelines, and agent memory scaffolding
- Server version 0.3.5
- npm identifier lystbot
- Transport: stdio MCP plus CLI and REST API surfaces
Community signal: 3 GitHub stars.
What problem does it solve?
Agents lose track of tasks when lists live only in chat transcripts or unstructured markdown files.
Who is it for?
Solo builders who want durable, agent-addressable lists for backlogs, launches, and multi-step automations.
Skip if: Heavy relational data modeling or production OLTP—use a database MCP for that.
What do I get? / Deliverables
Lists stay queryable and updatable across MCP, CLI, and API so build and ship workflows share one source of truth.
- Agent-managed lists persisted beyond a single chat
- Parallel CLI or REST access to the same list data for scripts
Recommended MCP Servers
Journey fit
Canonical shelf is build because LystBot is agent-facing infrastructure you wire in while composing workflows, backlogs, and launch checklists. Agent-tooling is the right subphase for MCP list operations that other skills and scripts depend on during implementation.
How it compares
List-and-workflow MCP primitive, not a full project management SaaS replacement.
Common Questions / FAQ
Who is io.github.TourAround/lystbot for?
Developers and solo builders wiring agents to structured task and content lists during product work.
When should I use io.github.TourAround/lystbot?
Use it while building agent workflows that need create-read-update list operations across sessions and tools.
How do I add io.github.TourAround/lystbot to my agent?
Install the lystbot npm package, configure stdio MCP in your agent, and optionally use CLI or REST from the LystBot repo for the same lists.