Skip to content

meminuygur/lemma-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

lemma-remote

Self-hosted lemma persistent-memory MCP, exposed over HTTP for remote MCP clients (e.g. Claude Code on multiple machines sharing one memory DB).

lemma speaks MCP only over stdio, so supergateway bridges it to Streamable HTTP at /mcp. The image bakes in lemma + build tools, so better-sqlite3 compiles at build time and lemma starts instantly per session (no npx cold start).

Deploy (Dokploy)

  • Build this repo's Dockerfile (or docker-compose.yml). Container port 8000.
  • Mount a persistent volume at /data (lemma's DB lives at /data/.lemma/lemma.db via HOME=/data).
  • Add a domain with TLS and a basicAuth middleware (supergateway has no inbound auth).

Connect a client

B64=$(printf 'user:password' | base64)
claude mcp add --transport http --scope user lemma https://your-host/mcp -H "Authorization: Basic $B64"

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors