MCP Setup Guide
Configure ACE with your favorite AI tools and IDEs using the Model Context Protocol.
Prerequisites
- Install ACE (requires Node.js 18+)
npm install -g @ace3-memory/ace
- Login to ACE
ace login
- Initialize Database
ace init
- Start ACE Server
ace start
Choose Your AI Tool
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.