metabrain
Rank #28,292io.github.ariaxhan/metabrain
SQLite memory for AI agents: patterns graduate into proven preferences via an experiment loop.
metabrain is a Model Context Protocol (MCP) server published by ariaxhan. It ranks #28,292 of 115,591 servers tracked on MCP Toplist. metabrain is listed on Official MCP, with 1 tracked version. It was first listed on Aug 26, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 87,299 of 115,591 servers on MCP Toplist.
Use metabrain
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add metabrain -- uvx --from "metabrain[mcp]" metabrain-mcp metabrain --db[mcp_servers.metabrain]
command = "uvx"
args = ["--from", "metabrain[mcp]", "metabrain-mcp", "metabrain", "--db"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"metabrain": {
"command": "uvx",
"args": [
"--from",
"metabrain[mcp]",
"metabrain-mcp",
"metabrain",
"--db"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"metabrain": {
"command": "uvx",
"args": [
"--from",
"metabrain[mcp]",
"metabrain-mcp",
"metabrain",
"--db"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"metabrain": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"metabrain[mcp]",
"metabrain-mcp",
"metabrain",
"--db"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"metabrain": {
"command": "uvx",
"args": [
"--from",
"metabrain[mcp]",
"metabrain-mcp",
"metabrain",
"--db"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"metabrain": {
"command": "uvx",
"args": [
"--from",
"metabrain[mcp]",
"metabrain-mcp",
"metabrain",
"--db"
]
}
}
}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.ariaxhan%2Fmetabrain)<a href="https://mcptoplist.com/server/io.github.ariaxhan%2Fmetabrain"><img src="https://mcptoplist.com/badge/io.github.ariaxhan%2Fmetabrain.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ariaxhan
Other servers by ariaxhan
View all ariaxhan servers →Available versions (1)
| Version | Published |
|---|---|
| 1.1.1 | Aug 26, 2026 |
Frequently asked questions
- Who maintains metabrain?
- metabrain is maintained by ariaxhan, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is metabrain listed on the Official MCP Registry?
- Yes — metabrain is listed on the Official MCP Registry.
- How many versions does metabrain have?
- MCP Toplist tracks 1 version of metabrain, most recently published on Aug 26, 2026.
- Where can I find the source code for metabrain?
- The source code for metabrain is hosted at github.com/ariaxhan/metabrain.