Skip to main content
plyra-memory-server is a FastAPI service that exposes the plyra-memory library over HTTP. It adds API key authentication, workspace isolation, and multi-tenant support on top of the local library.
Plyra Memory Server Architecture

What the server adds

FeatureLocal libraryWith server
Single-agent memory
Multi-agent shared memory
Multi-tenant isolation
API key management
Cross-process recallLimited
Postgres backend

Hosted instance

Plyra runs a hosted instance you can use immediately:
https://plyra-memory-server.politedesert-a99b9eaf.centralindia.azurecontainerapps.io
Get an API key at docs.plyra.dev/memory-server/api-keys.

Self-host

Run your own instance with Docker in 5 minutes — see the quickstart.

Get an API key

Generate a live key and start using the hosted instance.

Self-host

Run plyra-memory-server on your own infrastructure.