mcp-task
About
mcp-task is a demo MCP server for task management that uses Redis as a backend. It was built with the MCP Go library to demonstrate its capabilities and provide a simple task management solution; it is not intended for production use.
Details
- Author
- mikaelmorvan
- GitHub stars
- 3
- Downloads
- 197
- Categories
- Productivity
Jump to
- Create, update, and delete tasks
- Assign tasks to users
- Mark tasks as complete
- Filter tasks by status
- Search tasks by title
You can launch the server via Docker with docker-compose up or run it locally with go run main.go after setting up a Redis server and configuring config.json. The server is exposed at http://localhost:8090/sse and can be used with an MCP client such as the MCP Web UI, which you configure with a YAML pointing to the SSE endpoint.
mcp-task
MCP server demoing a task management.I use the MCP Go library of MegaGrindStone to create a simple task management server. It uses Redis as a backend for storing tasks.
The purpose of this project is to demonstrate the use of the MCP Go library and provide a simple task management solution. It's not intended for production use.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



