Guide

Editor Setup & Helpers

Go beyond the raw MCP config — install extensions, plugins, and CLI tools that make MemQ even more efficient.


Editor extensions

VSIX extensions that auto-configure the MCP connection and add one-click commands for common memory operations.

Cursor

Auto-configures MCP connection. Commands: Check Status, Add Memory, Search Memory, Configure MCP.

Config: ~/.cursor/mcp.json

Install: Install VSIX from Open VSX or build from source

VS Code

Same commands as Cursor — adapted for VS Code's MCP integration.

Config: .vscode/mcp.json (workspace) or User Settings

Install: Install VSIX from Open VSX or build from source

Antigravity

Writes hosted MemQ MCP config and stores auth locally.

Config: Settings → MCP Servers

Install: Install VSIX helper or configure Settings → MCP Servers

Claude Desktop

Standard MCP config — OAuth or API key auth.

Config: ~/Library/Application Support/Claude/claude_desktop_config.json

Install: Add mcpServers.memq to claude_desktop_config.json


Claude Code plugins & skills

Claude Code supports marketplace plugins that bundle MCP connections with reusable skills. These teach Claude Code optimal patterns for using MemQ.

Claude Code

Installs hosted MCP connection + skills: reunion-first startup, learning-loop, Mnemosyne hydration.

Claude Code marketplace install
# Add the Multinex marketplace
/plugin marketplace add https://github.com/multinex-ai/memq.git

# Install the brain plugin (MCP + skills)
/plugin install memq-brain@multinex-memq

# Install benchmarks plugin (optional)
/plugin install memq-benchmarks@multinex-memq

Included skills

  • reunion-first — Ensures every session starts with the REUNION handshake for proper namespace resolution and context continuity.
  • learning-loop — Teaches Claude Code to log decisions, reinforce successful patterns, and checkpoint context at natural breakpoints.

CLI & Docker

munx-cli

CLI bridge: auth bootstrap, schema export, editor config generation, operator-facing tool calls.

Install: cargo install munx-cli (or build from source)

Docker MCP Toolkit

Run MemQ as a Docker container with the Docker Desktop MCP Toolkit.

Install: docker://ghcr.io/multinex-ai/memq-mcp-server:latest

munx-cli commands

munx-cli MemQ bridge
# Check MemQ auth status
munx memory memq auth status

# Export the full tool schema
munx memory memq schema --format json

# Generate editor MCP config
munx memory memq config --editor cursor
munx memory memq config --editor vscode
munx memory memq config --editor claude-desktop

Docker MCP Toolkit

Docker
# Direct image install
docker://ghcr.io/multinex-ai/memq-mcp-server:latest

# Or use the local manifest
docker-mcp-server.yaml