Skip to main content
Glama
kagura-ai

Kagura Memory Cloud

Official
by kagura-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JWT_SECRETYesSecret for JWT tokens (auto-generated by setup_env). Required.
QDRANT_URLNoQdrant server URL. Defaults to localhost:6333 in docker-compose.
ENVIRONMENTNoEnvironment: 'development' or 'production'. Set to 'production' for GCP/cloud deployments.development
CORS_ORIGINSNoComma-separated list of allowed CORS origins (e.g., frontend URL).
DATABASE_URLNoPostgreSQL connection string. Defaults are provided by docker-compose for local development.
API_KEY_SECRETYesSecret for API key encryption (auto-generated by setup_env). Required.
OPENAI_API_KEYNoOpenAI API key for embeddings. Either this or a self-hosted inference server is required for memory features.
GITHUB_CLIENT_IDNoGitHub OAuth2 client ID (optional, for GitHub login).
GOOGLE_CLIENT_IDNoGoogle OAuth2 client ID (optional, for Google login).
EMBEDDING_PROVIDERNoEmbedding provider: 'openai' (default) or 'self_hosted' for local embeddings via Ollama/vLLM.openai
GITHUB_CLIENT_SECRETNoGitHub OAuth2 client secret (optional, for GitHub login).
GOOGLE_CLIENT_SECRETNoGoogle OAuth2 client secret (optional, for Google login).
SELF_HOSTED_BASE_URLNoBase URL for the self-hosted embedding server (used when EMBEDDING_PROVIDER=self_hosted).http://localhost:11434
KAGURA_VECTOR_BACKENDNoVector backend: 'qdrant' (default) or 'lance' for embedded LanceDB (single-process, self-hosted).qdrant

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources