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

Related Articles

I've been coding with AI for two years. Here is what I've learned

Hacker News - AIJul 17

In this article, the author reflects on two years of coding with AI tools, noting significant productivity gains and the ability to tackle more complex projects. However, they emphasize that human oversight remains crucial, as AI-generated code can introduce subtle errors. The piece highlights the growing importance of AI as a coding assistant, while underscoring the need for developers to maintain strong foundational skills.

7 AI features coming to iOS 26 that I can't wait to use (and how you can try them)

ZDNet - Artificial IntelligenceJul 17

Apple is introducing seven new AI-powered features in iOS 26, including the standout "Hold Assist," which promises to save users significant time. These enhancements reflect Apple's commitment to integrating advanced AI into everyday tasks, signaling increased competition and innovation in the mobile AI space.

Cheating? Or the acumen of modern programming? FOSS, "AI", and human conscience

Hacker News - AIJul 17

The article explores the ethical debate around using AI tools and open-source software (FOSS) in programming, questioning whether leveraging such technologies constitutes cheating or simply reflects modern programming practices. It highlights the evolving role of human conscience in determining the boundaries of acceptable AI-assisted work. The discussion underscores the need for clearer guidelines as AI becomes increasingly integrated into software development.