Explicit Formula — Second Brain for Cursor
io.github.travisbergen2/second-brain
Your own notes, searched and cited by your AI — local-only, allowlist-gated, capped, and logged.
client:Cursor
transport:stdio
runtime:npm
Install Explicit Formula — Second Brain in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"second-brain": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@travisbergen2/second-brain-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs