memory-bridge/.env.example
Zero cf36c06c31 Initial release: memory-bridge v1.0.0
Persistent semantic memory HTTP server for AI agents.
No cloud, no API keys. Local vector index with Ollama/TF-IDF embeddings.
Endpoints: /store, /recall, /forget, /list, /health
2026-03-31 06:36:11 +02:00

10 lines
282 B
Plaintext

# Bearer token for API authentication
# Generated automatically on first run and stored in ~/.memory-bridge/.env
MEMORY_BRIDGE_TOKEN=
# Port to listen on (default: 3722)
MEMORY_BRIDGE_PORT=3722
# Ollama base URL (default: http://localhost:11434)
OLLAMA_URL=http://localhost:11434