grafomem serve
grafomem serve --port 8000 -e bge --auth token --db ./grafomem.db
| Flag | Meaning |
|---|---|
--port | listen port |
-e {stub,bge} | embedder: deterministic stub or BGE embeddings (grafomem[backends]) |
--auth token | enable Bearer-token auth (auth) |
--db PATH | SQLite path (:memory: for ephemeral) |
--mcp {stdio,sse} | expose the MCP tool surface (MCP) |
--batch | enable batched ingestion (ingestion) |
note
Confirm the default port and full flag list against src/aml/server/app.py / grafomem serve --help for your version.