Skip to content

Installation

Sign up at memlayer.dev to get access to the MemLayer dashboard.

  1. Open the dashboard
  2. Navigate to API Tokens
  3. Create a new token

Your token will look like mlk_.... You’ll need it for both the REST API and MCP integration.

Terminal window
curl -H "X-API-Key: mlk_your_api_key_here" \
https://api.memlayer.dev/health

You should get a 200 OK response.