Your own notes, searched and cited by your AI — local-only, allowlist-gated, capped, and logged.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @travisbergen2/second-brain-mcp
MCP client config
{
"mcpServers": {
"explicit-formula-second-brain": {
"command": "npx",
"args": [
"-y",
"@travisbergen2/second-brain-mcp"
]
}
}
}