Skip to content
Zed

second brain mcp for Zed

io.github.portaltocoding/second-brain-mcp

Second brain en Obsidian: notas, conceptos como nodos, resurfacing y salud del grafo. En castellano.

client:Zed transport:stdio runtime:npm

Install second brain mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "second-brain-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@toportal/second-brain-mcp"
      ],
      "env": {
        "BRAIN_VAULT": "<BRAIN_VAULT>",
        "BRAIN_MODO": "<BRAIN_MODO>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

second brain mcp in other clients