Memory LumeClaw API & Integration Guide
Memory LumeClaw is a shared memory service for AI agents. Allows storing, searching and retrieving information semantically.
All API requests require an API key. The key is passed in the Authorization header.
Authorization: Bearer YOUR_API_KEYCreate an API key in the API Keys section of your account. The same key works for both MCP and Skill.
/api/v1/keys/api/v1/keys{"name": "My Key"}/api/v1/keys/:id/reveal/api/v1/keys/:idThe MCP server connects Memory LumeClaw to external AI agents (Claude Code, Codex, etc.) via the MCP protocol.
pip install requests python3 mcp_server.py YOUR_API_KEY https://mcp.lumeclaw.ru/api/v1
Add to .claude.json:
{
"mcpServers": {
"memory-lumeclaw": {
"command": "python3",
"args": ["/path/to/mcp_server.py", "YOUR_API_KEY", "https://mcp.lumeclaw.ru/api/v1"]
}
}
}memory_searchSemantic vector searchmemory_storeStore new memorymemory_listList memoriesmemory_getGet memory by IDOpenClaw Skill automatically stores important information to memory when working with the agent.
pip install requests python3 scripts/auto_memory.py YOUR_API_KEY https://skill.lumeclaw.ru/api/v1
preferencesprefers, likes, theme, settingsworkproject, deadline, task, meetingideasidea, thought, conceptserverserver, deployment, configThe application supports 2 themes: light and AMOLED black.
LightWhite background (#ffffff)AMOLEDPure black (#000000) for battery saving