Skip to main content
Glama
getzikra
by getzikra

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_HOSTNoPostgres host (only used if DB_BACKEND=postgres)localhost
DB_NAMENoPostgres database name (only used if DB_BACKEND=postgres)
DB_PORTNoPostgres port (only used if DB_BACKEND=postgres)5432
DB_USERNoPostgres user (only used if DB_BACKEND=postgres)
DB_BACKENDNosqlite or postgressqlite
ZIKRA_HOSTNoBind address0.0.0.0
ZIKRA_PORTNoHTTP port8000
DB_PASSWORDNoPostgres password (only used if DB_BACKEND=postgres)
ZIKRA_TOKENYesBearer token for the API (required, generated by installer if not provided)
ZIKRA_DB_PATHNoSQLite database path./zikra.db
ZIKRA_PROJECTNoDefault projectmain
OPENAI_API_KEYNoEnables semantic search. Keyword-only if absent.
OPENAI_API_BASENoSwap for local or compatible embedding endpointhttps://api.openai.com/v1
ZIKRA_DECAY_DAYSNoMemory half-life in days30
ZIKRA_EMBEDDING_MODELNoEmbedding model nametext-embedding-3-small
ZIKRA_FREQUENCY_WEIGHTNoAccess-frequency boost weight0.1

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/getzikra/zikra'

If you have feedback or need assistance with the MCP directory API, please join our Discord server