Show HN: MCP Project Manager – Hierarchical task management for AI assistants

Hacker News - AI
Jul 16, 2025 12:47
Croffasia
1 views
hackernewsaidiscussion

Summary

The MCP Project Manager is a new tool designed to give AI assistants structured project context, enabling them to break down complex features into manageable tasks rather than generating code chaotically. It integrates with popular AI tools like Claude and Copilot via the Model Context Protocol, uses a natural language interface, and stores data locally with no external dependencies. This approach could significantly improve the usefulness and reliability of AI assistants in software development by providing hierarchical task management and better project understanding.

I built this after getting frustrated with AI assistants generating code chaotically without project context. MCP Project Manager integrates with Claude, Cursor, VS Code + Copilot via Model Context Protocol to give AI assistants structured understanding of your project hierarchy (Ideas → Epics → Tasks). Key features: - AI-powered task decomposition with approval workflow - Natural language interface - no new commands to learn - Works with any MCP-compatible tool - SQLite storage, zero external dependencies - Interactive CLI dashboard for project visualization Ready to use: `npx mcp-project-manager` The AI gains project context automatically while you work in familiar natural language. Instead of random code generation, it understands what you're building and helps break down complex features into manageable tasks. Built with TypeScript, uses MCP SDK 1.15.1. Stores everything locally in SQLite. Comments URL: https://news.ycombinator.com/item?id=44581715 Points: 1 # Comments: 0