HomeKnowledge & Memory › robrain

robrain

Self-hosted decision memory for AI coding agents; warns before re-proposing a rejected approach.

TypeScript Local macOSWindowsLinux
★ 81 stars Last pushed 2026-08-05 License: Apache-2.0

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.4.9)

npx -y robrain@2.4.9

Or add to your MCP client config:

{
  "mcpServers": {
    "robrain": {
      "command": "npx",
      "args": [
        "-y",
        "robrain@2.4.9"
      ],
      "env": {
        "PERCEPTION_API_URL": "<YOUR_VALUE>",
        "PERCEPTION_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • PERCEPTION_API_URL — Perception API URL. Optional — read from ~/.robrain/config.json after `npx robrain up`.
  • PERCEPTION_API_KEY secret — Perception API key. Optional — read from ~/.robrain/config.json after `npx robrain up`.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry