← Back to Plugins
MCP Server MCP

memex

github By github 👁 1 views ▲ 0 votes

Local MCP memory for coding agents. SQLite on your machine — preferences persist across chats.

Homepage Verified source GitHub

Install

oci:ghcr.io/kioie/memex:0.6.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/kioie/memex:0.6.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Data directory (default ~/.memex in native install; use /data in Docker)",
          "name": "MEMEX_DIR"
        },
        {
          "description": "Default user scope for memories",
          "name": "MEMEX_USER_ID"
        },
        {
          "description": "Set to 1 to enable local vector retrieval fusion",
          "name": "MEMEX_HYBRID"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...