whytree-mcp

roar-jar/whytree-mcp
★ 0 stars TypeScript 📁 File System Updated 1d ago
MCP server that turns vague requests into purpose-driven structured briefs
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "whytree-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "roar-jar/whytree-mcp"
      ]
    }
  }
}