← Back to Plugins
MCP Server MCP

Ariadne

github By github 👁 1 views ▲ 0 votes

Local-first multilingual, auditable memory for Codex, Claude Code, and MCP clients.

Homepage Verified source GitHub

Install

mcpb:https://github.com/mclaut/ariadne/releases/download/v0.8.16/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/mclaut/ariadne/releases/download/v0.8.16/ariadne-v0.8.16.mcpb",
      "version": "0.8.16",
      "fileSha256": "7f79ca13d41d18ae9557a8cbe02ecbd21da3880b71cfe2e28db311e3bbf11165",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Qdrant host",
          "default": "localhost",
          "name": "ARIADNE_QDRANT_HOST"
        },
        {
          "description": "Qdrant gRPC port",
          "default": "6334",
          "name": "ARIADNE_QDRANT_PORT"
        },
        {
          "description": "Ollama API URL",
          "default": "http://localhost:11434",
          "name": "ARIADNE_OLLAMA"
        },
        {
          "description": "Embedding model",
          "default": "bge-m3",
          "name": "ARIADNE_MODEL"
        },
        {
          "description": "Qdrant collection",
          "default": "ariadne",
          "name": "ARIADNE_COLLECTION"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...