Task Manager
0
Manages tasks stored in a local `tasks.json` file via a Model Context Protocol server.
概要
This tool provides a Model Context Protocol (MCP) server designed to efficiently manage tasks. It operates by interacting with a simple `tasks.json` file, allowing users to store and retrieve their task data locally. Beyond its primary MCP interface, it also offers an HTTP mode, enabling integration with various custom hosting solutions and tools like Smithery, making it a flexible backend for task-related operations.
主な機能
- Manages tasks stored in a local `tasks.json` file
- Operates as a Model Context Protocol (MCP) server
- Supports HTTP mode for flexible integration
- Configurable task file path via CLI argument or environment variable
- Provides standard HTTP endpoints for health, tool discovery, and execution
- 0 GitHub stars
ユースケース
- Serving as a local task management backend for MCP-compatible clients
- Providing a task API for custom applications via HTTP mode
- Integrating task management into development environments using Cursor