Skip to main content
Public BetaWe're in Public Beta. Things may break. Please report issues via the Support tab.

MCP Setup Guide

Configure ACE with your favorite AI tools and IDEs using the Model Context Protocol.

Prerequisites

  1. Install ACE (requires Node.js 18+)
    npm install -g @ace3-memory/ace
  2. Login to ACE
    ace login
  3. Initialize Database
    ace init
  4. Start ACE Server
    ace start

MCP Configuration Reference

Most MCP-compatible tools use a similar JSON configuration format:

{
  "mcpServers": {
    "ace": {
      "command": "ace",
      "args": ["mcp", "start"],
      "env": {
        "ACE_NAMESPACE": "your-project-name"
      }
    }
  }
}

Select your tool above for detailed configuration instructions.