ContextBridge for Claude Desktop
io.github.thundereagle/context-bridge
MCP memory server for AI coding assistants. Windows Service, ONNX embeddings, SQLite vector search.
client:Claude Desktop
transport:stdio
runtime:nuget
Install ContextBridge in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"context-bridge": {
"command": "dnx",
"args": [
"ThunderEagle.ContextBridge",
"--yes"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs