Show HN: Cueit – Project Management with LLMs over MCP (github.com)

🤖 AI Summary
Cueit is a new open-source Kanban board that lets large language models directly manage, update, and organize tasks by exposing an MCP (Model Control Protocol) server alongside a local UI. You can spin it up instantly with npx cueit or by cloning and running it with Node 20.19+/npm 10.8+. The app serves a web UI at http://localhost:3000 and an MCP endpoint at /mcp so LLM-enabled tools (example: Cursor IDE) can call project- and task-level operations. Cueit is local-first: it stores data in SQLite (~/.cueit/cueit.db), creates automatic backups with version history, and explicitly keeps data off the cloud. Technically, Cueit implements MCP tools for project management, task/subtask CRUD, and bulk operations, and provides example Cursor integration via ~/.cursor/mcp.json or an mcp-remote command. Running npm run start launches both the UI and MCP server. The repo includes an env example to set server port, instructions for forking/contributing, and is licensed under GPL-3.0. For AI/ML practitioners, Cueit demonstrates a practical pattern for hooking LLMs into developer workflows locally and securely—enabling automation, bulk edits, and agent-driven task orchestration without exposing sensitive boards to external services.
Loading comments...
loading comments...