Skip to content
Cursor

ContextBridge for Cursor

io.github.thundereagle/context-bridge

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

client:Cursor transport:stdio runtime:nuget

Install ContextBridge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ContextBridge in other clients