todo-mcp

ks-tool/todo-mcp
★ 0 stars Go Code/Dev Tools Updated today
A backlog and a wiki in one SQLite file — CLI, TUI and MCP server over one core. Tasks with tags and dependencies, markdown wiki pages mapped to tasks both ways, commits linked by scanning git log. Built for a human and an LLM working the same project.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "todo-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/ks-tool/todo-mcp@latest"
      ]
    }
  }
}

README Excerpt

A backlog and a wiki in one SQLite file, reachable three ways: as a command-line tool for a person and a pipe, as an interactive terminal UI, and as an MCP server for an LLM. The three are fronts over one core, so what you add at the command line an assistant sees over MCP, and what an assistant records shows up in the UI. Nothing is stored anywhere but the one database file, and the tool is a

Topics

backlogsbubbleteaclaudecliglamourgogolangllmmarkdownmcp-servermodel-context-protocolsqlitetask-managementtodotodolist