Installation
Install Eidetic using Node package managers or by building from source using Cargo.
Via NPM (Recommended)
Install the pre-compiled binary wrapper globally using npm:
npm
Code
npm install -g eidetic-mcpVia 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 CLIclaude-desktop- Claude Desktop Appcursor(orpi) - Cursor IDEvscode- Visual Studio Codeopencode- OpenCodegemini-cli- Gemini CLIcodex- OpenAI Codex CLI
Example Setup
Code
eidetic setup cursorThis 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