robrain
Rank #6,220io.github.adelinamart/robrain
Self-hosted decision memory for AI coding agents; warns before re-proposing a rejected approach.
robrain is a Model Context Protocol (MCP) server published by adelinamart. It ranks #6,220 of 132,046 servers tracked on MCP Toplist, and its repository has 81 GitHub stars. robrain is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 10 tracked versions. It was first listed on Jul 10, 2026 and most recently updated on Aug 4, 2026.
Ranks ahead of 125,826 of 132,046 servers on MCP Toplist.
Use robrain
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add robrain -e "PERCEPTION_API_URL=<your PERCEPTION_API_URL>" -e "PERCEPTION_API_KEY=<your PERCEPTION_API_KEY>" -- npx -y robrain mcpReplace each placeholder with your own value before saving.
[mcp_servers.robrain]
command = "npx"
args = ["-y", "robrain", "mcp"]
[mcp_servers.robrain.env]
PERCEPTION_API_URL = "<your PERCEPTION_API_URL>"
PERCEPTION_API_KEY = "<your PERCEPTION_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"robrain": {
"command": "npx",
"args": [
"-y",
"robrain",
"mcp"
],
"env": {
"PERCEPTION_API_URL": "<your PERCEPTION_API_URL>",
"PERCEPTION_API_KEY": "<your PERCEPTION_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"robrain": {
"command": "npx",
"args": [
"-y",
"robrain",
"mcp"
],
"env": {
"PERCEPTION_API_URL": "<your PERCEPTION_API_URL>",
"PERCEPTION_API_KEY": "<your PERCEPTION_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"robrain": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"robrain",
"mcp"
],
"env": {
"PERCEPTION_API_URL": "<your PERCEPTION_API_URL>",
"PERCEPTION_API_KEY": "<your PERCEPTION_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"robrain": {
"command": "npx",
"args": [
"-y",
"robrain",
"mcp"
],
"env": {
"PERCEPTION_API_URL": "<your PERCEPTION_API_URL>",
"PERCEPTION_API_KEY": "<your PERCEPTION_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"robrain": {
"command": "npx",
"args": [
"-y",
"robrain",
"mcp"
],
"env": {
"PERCEPTION_API_URL": "<your PERCEPTION_API_URL>",
"PERCEPTION_API_KEY": "<your PERCEPTION_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.adelinamart%2Frobrain)<a href="https://mcptoplist.com/server/io.github.adelinamart%2Frobrain"><img src="https://mcptoplist.com/badge/io.github.adelinamart%2Frobrain.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
adelinamart
Available versions (10)
| Version | Published |
|---|---|
| 2.4.9 | Aug 4, 2026 |
| 2.4.8 | Jul 28, 2026 |
| 2.4.7 | Jul 25, 2026 |
| 2.4.6 | Jul 25, 2026 |
| 2.4.3 | Jul 22, 2026 |
| 2.4.2 | Jul 22, 2026 |
| 2.4.0 | Jul 17, 2026 |
| 2.3.9 | Jul 16, 2026 |
| 2.3.8 | Jul 14, 2026 |
| 2.3.7 | Jul 10, 2026 |
Frequently asked questions
- Who maintains robrain?
- robrain is maintained by adelinamart, which publishes 1 MCP server (10 total versions) tracked on MCP Toplist.
- Is robrain listed on the Official MCP Registry?
- Yes — robrain is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does robrain have?
- MCP Toplist tracks 10 versions of robrain, most recently published on Aug 4, 2026.
- Where can I find the source code for robrain?
- The source code for robrain is hosted at github.com/adelinamart/robrain.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.