Endpoints
Connect to Engram Memory MCP using one of the available endpoints below. Each endpoint may have different authentication requirements and transport protocols.
Base URL
HTTPAPI Key
Documentation:https://lumetra.io
Documentation
Quick Setup
1. Get your API key
Sign up at lumetra.io to get your API key.
2. Add to your MCP client
Claude Code:
claude mcp add-json engram '{"type":"http","url":"https://engram.lumetra.io","headers":{"X-API-Key":"<your-api-key>"}}'
Windsurf (~/.codeium/windsurf/mcp_config.json
):
{
"mcpServers": {
"engram": {
"serverUrl": "https://engram.lumetra.io",
"headers": {
"X-API-Key": "<your-api-key>"
}
}
}
}
Cursor (~/.cursor/mcp.json
or .cursor/mcp.json
):
{
"mcpServers": {
"engram": {
"url": "https://engram.lumetra.io",
"headers": {
"X-API-Key": "<your-api-key>"
}
}
}
}
3. Restart your client
Your MCP client will now have access to Engram memory tools.
to manage connection profiles
API Key Authentication
This endpoint requires an API key for authentication. Configure your API key in the connection profile above.