ContextBridge for Zed
io.github.thundereagle/context-bridge
MCP memory server for AI coding assistants. Windows Service, ONNX embeddings, SQLite vector search.
client:Zed
transport:stdio
runtime:nuget
Install ContextBridge in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"context-bridge": {
"command": "dnx",
"args": [
"ThunderEagle.ContextBridge",
"--yes"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs