ContextBridge for Windsurf
io.github.thundereagle/context-bridge
MCP memory server for AI coding assistants. Windows Service, ONNX embeddings, SQLite vector search.
client:Windsurf
transport:stdio
runtime:nuget
Install ContextBridge in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"context-bridge": {
"command": "dnx",
"args": [
"ThunderEagle.ContextBridge",
"--yes"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs