alice-mcp-server
If you are the rightful owner of alice-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Alice MCP is a lightweight, local server designed to support agile task workflows within AI coding environments using the Model Context Protocol (MCP).
Alice MCP is a local server that facilitates agile task management within AI coding environments, particularly those utilizing the Model Context Protocol (MCP). It allows users to manage projects, tasks, epics, and messages locally, ensuring project isolation and efficient workflow management. Alice operates entirely on a local machine using a simple SQLite database, making it a lightweight and efficient solution for developers. It integrates seamlessly with MCP environments, providing a robust backend for project management and task tracking. The server supports automatic startup in MCP-compatible environments and offers a manual startup option for development and testing purposes. Alice's API structure ensures data isolation by using numeric project IDs, while the MCP server tools allow for interaction using project names.
Features
- Project Management: Create and manage distinct projects.
- Task & Epic Tracking: Organize work using tasks and group them into epics.
- Message Logging: Attach messages or notes to specific tasks.
- Project Isolation: All tasks, epics, and messages are scoped to a project.
- Local Operation: Runs entirely on your local machine using a simple SQLite database.