← Back to Plugins
MCP Server MCP

io.github.adelinamart/robrain

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "robrain",
      "version": "2.4.9",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Perception API URL. Optional — read from ~/.robrain/config.json after `npx robrain up`.",
          "default": "http://localhost:3001",
          "name": "PERCEPTION_API_URL"
        },
        {
          "description": "Perception API key. Optional — read from ~/.robrain/config.json after `npx robrain up`.",
          "isSecret": true,
          "name": "PERCEPTION_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...