PluginBench
MCP Server

io.github.n24q02m/mnemo-mcp MCP Server

io.github.n24q02m/mnemo-mcp

What is the io.github.n24q02m/mnemo-mcp MCP server?

Persistent AI memory with hybrid search (FTS5 + semantic) and cross-machine sync.

How to install io.github.n24q02m/mnemo-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • API_KEYS
    secret

    API keys for cloud embedding (format: ENV_VAR:key). Without this, uses built-in local Qwen3 model.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mnemo-mcp": {
      "command": "uvx",
      "args": [
        "mnemo-mcp"
      ],
      "env": {
        "API_KEYS": "<YOUR_API_KEYS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mnemo-mcp": {
      "command": "uvx",
      "args": [
        "mnemo-mcp"
      ],
      "env": {
        "API_KEYS": "<YOUR_API_KEYS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mnemo-mcp": {
      "command": "uvx",
      "args": [
        "mnemo-mcp"
      ],
      "env": {
        "API_KEYS": "<YOUR_API_KEYS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mnemo-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mnemo-mcp"
      ],
      "env": {
        "API_KEYS": "<YOUR_API_KEYS>"
      }
    }
  }
}
Claude Code
claude mcp add mnemo-mcp --env API_KEYS=<YOUR_API_KEYS> -- uvx mnemo-mcp

Related MCP servers

Knowledge graph for token-efficient code reviews with fixed search and configurable embeddings

View repository →

IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery.

View repository →

MCP server for Godot Engine 4.x with 17 tools for scenes, scripts, and shaders.

View repository →

Markdown-first MCP server for Notion API with 9 composite tools and 39+ actions.

View repository →

Telegram MCP server — dual-mode Bot API + MTProto, 6 composite tools.

View repository →

MCP server for image/video understanding & generation (Gemini/OpenAI/Grok)

View repository →