gpt-brain-mcp

menesekinci/gpt-brain-mcp
★ 0 stars Go 🤖 AI/LLM Updated 6d ago
Local-first Project Brain MCP server for planning assistant workflows
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": {
    "gpt-brain-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/menesekinci/gpt-brain-mcp@latest"
      ]
    }
  }
}

README Excerpt

Project Brain MCP is a local-first remote MCP server that gives a planning assistant controlled access to your project folders. It is designed for a split workflow: the planning assistant reads and analyzes the codebase, writes English plans and implementation prompts, then a separate implementation agent uses those artifacts as the coding brief.

Tools (18)

append_fromgpt_messageapprove_planning_phasebootstrap_project_agents_mdcomplete_planning_phasecreate_quick_planfinalize_planning_workflowget_current_planning_phaseget_planning_workflow_statusget_project_brain_guideget_project_treeinspect_projectlist_projectslist_rootsplanning_writeread_project_fileread_togpt_messagesearch_projectstart_planning_workflow