Skip to content
Cline

ContextBridge for Cline

io.github.thundereagle/context-bridge

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

client:Cline transport:stdio runtime:nuget

Install ContextBridge in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ContextBridge in other clients