second brain mcp for Cursor
io.github.portaltocoding/second-brain-mcp
Second brain en Obsidian: notas, conceptos como nodos, resurfacing y salud del grafo. En castellano.
client:Cursor
transport:stdio
runtime:npm
Install second brain mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"second-brain-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@toportal/second-brain-mcp"
],
"env": {
"BRAIN_VAULT": "<BRAIN_VAULT>",
"BRAIN_MODO": "<BRAIN_MODO>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs