Skip to content
VS Code

ContextBridge for VS Code

io.github.thundereagle/context-bridge

MCP memory server for AI coding assistants. Windows Service, ONNX embeddings, SQLite vector search.

client:VS Code transport:stdio runtime:nuget

Install ContextBridge in VS Code

.vscode/mcp.json

{
  "servers": {
    "context-bridge": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "ThunderEagle.ContextBridge",
        "--yes"
      ]
    }
  }
}

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

ContextBridge in other clients