Skip to content
VS Code

second brain bridge for VS Code

io.github.isaiahdupree/second-brain-bridge

Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.

client:VS Code transport:streamable-http

Install second brain bridge in VS Code

.vscode/mcp.json

{
  "servers": {
    "second-brain-bridge": {
      "type": "http",
      "url": "https://secondbrainbridge.vercel.app/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

second brain bridge in other clients