Integrations
Integrations
Add Engrammic memory to your AI coding tools
Engrammic works with any tool that supports the Model Context Protocol (MCP). One config snippet, and your agent has persistent memory.
Claude Code
Anthropic's official CLI and IDE extensions
Cursor
AI-first code editor
VS Code
With Continue, Cline, or other MCP extensions
Windsurf
Codeium's AI IDE
Codex
OpenAI's CLI agent
How It Works
All integrations use MCP (Model Context Protocol). Your AI tool connects to Engrammic's MCP server, which exposes memory tools like remember, learn, recall, and trace.
Quick Setup
The fastest path for most tools:
curl -fsSL https://get.engrammic.ai/install.sh | sh
engrammic installThe installer detects your editors and configures MCP automatically.
Manual Configuration
If you prefer manual setup, each integration page shows the exact config snippet for that tool.
Cloud vs Self-Hosted
Each integration page shows configs for both:
- Cloud (Managed): Point to
https://beta.engrammic.ai/mcp/-- no infrastructure to run - Self-Hosted: Point to
http://localhost:8000/mcp-- see Self-Hosting