Quick Start
Installing and running engram for the first time
Quick Start
Installation
Rust core
cargo install engram-coreMCP server
npm install -g @engram/mcp-serverInitialize
engram initThis creates ~/.engram/ with configuration and database.
Connect to Claude
Add to your MCP client settings:
{
"mcpServers": {
"engram": {
"command": "engram-mcp"
}
}
}