MCP Directory
Back

ainative-memory-mcp

by AINative-Studio · JavaScript · ★ 0

Enhanced MCP server-memory with ZeroDB cloud persistence and semantic vector search. Drop-in replacement for @modelcontextprotocol/server-memory.

Install

npx -y github:AINative-Studio/ainative-memory-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "ainative-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:AINative-Studio/ainative-memory-mcp"
      ]
    }
  }
}

From the README

Enhanced MCP knowledge graph memory server with cloud persistence and semantic search. Drop-in replacement for [](https://github.com/modelcontextprotocol/servers/tree/main/src/memory). | Feature | server-memory | ainative-memory-mcp | |---------|--------------|-------------------| | Storage | Local JSONL file | ZeroDB cloud | | Persistence | Lost on machine wipe | Survives forever | | Cross-device | No | Yes (same API key = same graph) | | Semantic search | No (text match only) | Yes (vector similarity) | | Setup | Manual file path | Auto-provisions on first run | | Sharing | Copy files aroun…
Read full README on GitHub →

Related search servers