Skip to main content
Glama

Engram Memory MCP

by brutus-gr

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.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brutus-gr/engram-memory-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server