Idea Manager
Freeby MCP Community
Turn free-form brainstorming into structured task trees with AI-generated prompts. Built-in MCP Server for autonomous AI agent execution. Local-first with SQLit
v1.5.1Added Apr 12, 2026
brainstormaimcpideatask-manager
Idea Manager MCP Server
Turn free-form brainstorming into structured task trees with AI-generated prompts. Built-in MCP Server for autonomous AI agent execution. Local-first with SQLit
Installation
npx -y idea-manager
Reviews
Installation
Quick install
npx -y idea-manager
Add to claude_desktop_config.json
{
"mcpServers": {
"idea-manager": {
"command": "npx",
"args": ["-y", "idea-manager"]
}
}
}