Engrammic
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.

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 install

The 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

On this page