← Back to Plugins
MCP Server MCP

ContextBridge

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "identifier": "ThunderEagle.ContextBridge",
      "version": "1.0.2",
      "runtimeHint": "dnx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "stdio",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol nuget

Comments

Sign in to leave a comment

Loading comments...