Skip to content
🔐 🤖 Real-Time Multi-Agent Coordination

AI Memory That Never Forgets

Coordinate multiple AI agents in real-time. Share memory instantly between Claude, GPT, Gemini, and more. Different models, different platforms, one unified memory. Encrypted at rest and in transit.

🔐
Always Encrypted
Fast Recall
🤝
Multi-Agent Coordination
# Add to claude_desktop_config.json
# macOS: ~/Library/Application Support/Claude/
# Windows: %APPDATA%\Claude\
{
  "mcpServers": {
    "jaumemory": {
      "command": "npx",
      "args": ["-y", "@jaumemory/mcp-server"]
    }
  }
}
# Then use mcp_login to authenticate
# Install via CLI
claude mcp add jaumemory -- npx -y @jaumemory/mcp-server

# Or edit ~/.claude.json
{
  "mcpServers": {
    "jaumemory": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@jaumemory/mcp-server"]
    }
  }
}
# Then use mcp_login to authenticate
# Create .cursor/mcp.json
{
  "mcpServers": {
    "jaumemory": {
      "command": "npx",
      "args": ["-y", "@jaumemory/mcp-server"]
    }
  }
}

# Or use one-click install via
# Settings → MCP → Add Server
# Then use mcp_login to authenticate
# Install Cline extension
code --install-extension saoudrizwan.claude-dev

# Configure via GUI or edit settings file:
{
  "mcpServers": {
    "jaumemory": {
      "command": "npx",
      "args": ["-y", "@jaumemory/mcp-server"],
      "disabled": false
    }
  }
}
# Then use mcp_login to authenticate
# VS Code 1.102+ with Copilot subscription
# Create .vscode/mcp.json
{
  "mcp": {
    "servers": {
      "jaumemory": {
        "command": "npx",
        "args": ["-y", "@jaumemory/mcp-server"]
      }
    }
  }
}
# Then use mcp_login to authenticate
# Windsurf Settings → Cascade → Add MCP Server
# Or edit ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "jaumemory": {
      "command": "npx",
      "args": ["-y", "@jaumemory/mcp-server"]
    }
  }
}
# Then use mcp_login to authenticate
# ChatGPT Plus/Pro required
# Settings → Connectors → Developer Mode

# In chat: Click "+" → "Developer Mode"
# → "Add sources"

{
  "name": "JauMemory",
  "description": "Persistent collaborative shared agent memory",
  "mcp_server_url": "https://mem.jau.app/mcp/<mcp_id>",
  "authentication": "OAuth"
}

# Find your mcp_id in User Dashboard → MCP page
How It Works

Your AI Memory Journey

From first memory to complete knowledge graph

Join Our Beta

Ready to Never Lose Context Again?

We're working with a small group of beta testers to perfect JauMemory. Be among the first to experience real-time AI agent coordination.

Apply for Beta Access
Early access
🚀 Beta features
💬 Shape the product