Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYNoOpenAI API key for embeddings (alternative to local Ollama)
QDRANT_API_KEYNoAPI key for authenticated Qdrant (e.g., Qdrant Cloud)
VOYAGE_API_KEYNoVoyage AI API key for embeddings (alternative to local Ollama)
EMBEDDING_MODELNoOverride embedding model name (defaults: text-embedding-3-small, voyage-code-3, jina-code-embeddings)
PAPARATS_METRICSNoEnable Prometheus metrics endpoint (/metrics)false
PAPARATS_UI_DEMONoEnable demo mode for /ui (shows synthetic data)
OTEL_SERVICE_NAMENoOTel resource attribute service namepaparats-mcp
EMBEDDING_PROVIDERNoForce embedding provider (ollama, openai, voyage) overrides auto-detection
QUERY_CACHE_TTL_MSNoQuery cache TTL in milliseconds300000
PAPARATS_SERVER_URLNoMCP server base URL (used by CLI commands)http://localhost:9876
EMBEDDING_DIMENSIONSNoOverride embedding dimensions (e.g., 1024 for voyage-code-3 Matryoshka)
PAPARATS_INDEXER_URLNoIndexer base URL (add, list, edit)http://localhost:9877
PAPARATS_OTEL_ENABLEDNoEnable OTel SDK and OTLP exporterfalse
PAPARATS_UI_BASIC_AUTHNoBasic auth for /ui and /api/analytics (username:password)
PAPARATS_LOG_QUERY_TEXTNoIf false, store NULL for search_events.query_texttrue
QUERY_CACHE_MAX_ENTRIESNoMax cached queries1000
OTEL_RESOURCE_ATTRIBUTESNoExtra resource attrs (key=value,key2=value2)
PAPARATS_IDENTITY_HEADERNoHeader name for user attributionX-Paparats-User
PAPARATS_LOG_RESULT_FILESNoIf false, store NULL for search_results.filetrue
OTEL_EXPORTER_OTLP_HEADERSNoOTLP auth headers (key=value,key2=value2)
PAPARATS_ANALYTICS_DB_PATHNoAnalytics database file path~/.paparats/analytics.db
PAPARATS_ANALYTICS_ENABLEDNoEnable local SQLite analytics writestrue
OTEL_EXPORTER_OTLP_ENDPOINTNoOTLP HTTP endpoint (e.g., http://localhost:4318/v1/traces)
PAPARATS_TELEMETRY_SAMPLE_RATENoSampling rate for telemetry (errors always kept)1.0
PAPARATS_REFORMULATION_WINDOW_MSNoReformulation detection window in milliseconds90000
PAPARATS_ANALYTICS_RETENTION_DAYSNoDaily prune cutoff for analytics data90
PAPARATS_ANALYTICS_RETENTION_RUN_HOURNoHour-of-day for analytics prune (local time)3

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/IBazylchuk/paparats-mcp'

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