Installation
Create an account
Section titled “Create an account”Sign up at memlayer.dev to get access to the MemLayer dashboard.
Get your API token
Section titled “Get your API token”- Open the dashboard
- Navigate to API Tokens
- Create a new token
Your token will look like mlk_.... You’ll need it for both the REST API and MCP integration.
Verify access
Section titled “Verify access”curl -H "X-API-Key: mlk_your_api_key_here" \ https://api.memlayer.dev/healthYou should get a 200 OK response.
Next steps
Section titled “Next steps”- Quickstart: MCP — use MemLayer through Claude Desktop or Claude Code
- Quickstart: API — use the REST API directly