MCP Server
MCP
io.github.adelinamart/robrain
Self-hosted decision memory for AI coding agents; warns before re-proposing a rejected approach.
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
By
Comments
Sign in to leave a comment