-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
category/workflowWorkflow/automation serversWorkflow/automation serversphase/discoveryIdentifying and cataloging serversIdentifying and cataloging serverstransport/http-streamedNative Streamable HTTP supportNative Streamable HTTP supporttype/researchResearch and exploration tasksResearch and exploration tasks
Description
Project Association
This issue tracks the checklist MCP server in the core profile.
Server Details
- Name: checklists
- Source: https://github.com/DevMayur/SimpleCheckList
- Docker Hub:
mayurkakade/mcp-server:latest - Category: workflow
- Language: TypeScript/Node.js
Transport Status
- Current: Native HTTP support
- Implementation: No wrapper needed
- Docker Image:
mayurkakade/mcp-server:latest
Tools Provided
create_checklist: Create a new checklistget_checklists: List all checklistsadd_item: Add item to a checklisttoggle_item: Mark item complete/incompletedelete_item: Remove item from checklistdelete_checklist: Delete entire checklist
Endpoints
- API: port 8355 (
/api) - UI: port 80 (
/ui)
Docker Status
- Community image:
mayurkakade/mcp-server:latest - No custom build needed
- HADOLint: N/A (community image)
Notes
- Includes web UI for manual task management
- Persistent storage via SQLite
- Good for simple task tracking
Tracking
- Document all API endpoints
- Test persistence behavior
- Consider Rust rewrite with enhanced features
Metadata
Metadata
Assignees
Labels
category/workflowWorkflow/automation serversWorkflow/automation serversphase/discoveryIdentifying and cataloging serversIdentifying and cataloging serverstransport/http-streamedNative Streamable HTTP supportNative Streamable HTTP supporttype/researchResearch and exploration tasksResearch and exploration tasks
Projects
Status
Researching