Installation

Install Eidetic using Node package managers or by building from source using Cargo.

Install the pre-compiled binary wrapper globally using npm:

Code
npm install -g eidetic-mcp

Via Cargo (From Source)

If you prefer to build from source, you can use Cargo:

Code
git clone https://github.com/mcxross/eidetic.git cd eidetic cargo install --path .

Agent Integration

Eidetic features a built-in auto-setup command to easily inject itself into the configuration files of popular coding agents.

Code
eidetic setup <agent>

Supported agents include:

  • claude - Claude Code CLI
  • claude-desktop - Claude Desktop App
  • cursor (or pi) - Cursor IDE
  • vscode - Visual Studio Code
  • opencode - OpenCode
  • gemini-cli - Gemini CLI
  • codex - OpenAI Codex CLI

Example Setup

Code
eidetic setup cursor

This will automatically parse your ~/.cursor/mcp.json file, safely merge Eidetic as an available MCP server, and point the agent to the exact Eidetic executable path.

Start the MCP server manually (usually handled automatically by your agent):

Code
eidetic serve