second-brain-mcp
About
Second brain en Obsidian: notas, conceptos como nodos, resurfacing y salud del grafo. En castellano.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
BRAIN_VAULT BRAIN_MODOClaude Code
claude mcp add --env BRAIN_VAULT= --env BRAIN_MODO= second-brain-mcp -- npx @toportal/second-brain-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"second-brain-mcp","command":"npx","args":["@toportal/second-brain-mcp"],"env":{"BRAIN_VAULT":"","BRAIN_MODO":""}}'
JSON
{
"mcpServers": {
"second-brain-mcp": {
"command": "npx",
"args": [
"@toportal/second-brain-mcp"
],
"env": {
"BRAIN_VAULT": "",
"BRAIN_MODO": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.