✅ Running
GET /health - Health checkPOST /mcp - MCP JSON-RPC endpointHEAD /mcp - Connection testcurl -X POST http://basicmemory.zeabur.app/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list"
}'
Add to your LibreChat MCP configuration:
{
"basicMemory": {
"url": "http://basicmemory.zeabur.app/mcp",
"name": "Basic Memory",
"description": "Simple persistent memory storage"
}
}