second brain mcp for Claude Desktop
io.github.portaltocoding/second-brain-mcp
Second brain en Obsidian: notas, conceptos como nodos, resurfacing y salud del grafo. En castellano.
client:Claude Desktop
transport:stdio
runtime:npm
Install second brain mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"second-brain-mcp": {
"command": "npx",
"args": [
"-y",
"@toportal/second-brain-mcp"
],
"env": {
"BRAIN_VAULT": "<BRAIN_VAULT>",
"BRAIN_MODO": "<BRAIN_MODO>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs