Todo

by stilllovee

289 downloads
Not rated
GitHub

About

MCP server allows agents to break tasks down and execute them sequentially.

Details

Author
stilllovee
Downloads
289
Categories
Productivity, Project Management

- Generates random 6‑character alphanumeric strings
- Autonomous task management with add and next tools
- Supports both stdio and HTTP (SSE) transports
- Session isolation – each session has an independent task list
- Persistent SQLite storage (local or Docker volume)
- Fully compliant with MCP specifications

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Todo
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via npm install or use Docker. For stdio transport, configure in Claude Desktop or GitHub Copilot using npx github:stilllovee/todo-mcp-server or pointing to a local clone. For HTTP transport, start with npm run start:http (port 8123) and connect at http://localhost:8123/mcp.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "todo": {
            "todo": {
                "command": "npx",
                "args": [
                    "github:stilllovee/todo-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "todo": {
        "command": "npx",
        "args": [
            "github:stilllovee/todo-mcp-server"
        ]
    }
}

Todo MCP Server

A Model Context Protocol (MCP) server that provides an autonomous task management system with support for both stdio and HTTP (Streamable) transports.

Features

- Random String Generation: Generates random 6-character alphanumeric strings - Task Management: AI Agent can autonomously create, manage, and execute task lists with SQLite persistence - Multiple Transport Modes: - Stdio Transport: Standard MCP communication via stdin/stdout - HTTP Transport: RESTful API with Server-Sent Events (SSE) support for real-time notifications - MCP Standard Compliance: Fully compliant with MCP specifications

Installation

Local Development

1. Clone this repository
2. Install dependencies:

   npm install

Docker Deployment

Quick Start with Docker Compose (Recommended)

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.