Skip to main content
Glama
MVPandey

Conversational Analysis Engine

by MVPandey

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_HOSTNoPostgreSQL host. Default: postgres (Docker)
DB_NAMENoPostgreSQL database name. Default: conversation_analysis
DB_PORTNoPostgreSQL port. Default: 5432
DB_USERNoPostgreSQL user. Default: cae_user
DB_SECRETNoPostgreSQL password. Default: cae_password
LOG_LEVELNoLogging level. Default: INFO
REDIS_HOSTNoRedis host. Default: redis (Docker)
REDIS_PORTNoRedis port. Default: 6379
LLM_API_KEYYesYour OpenAI API key or alternative provider API key.
LLM_MODEL_NAMENoModel name to use. Default: o3-mini
LLM_API_BASE_URLNoBase URL for the LLM API. Default: https://api.openai.com/v1
LLM_TIMEOUT_SECONDSNoTimeout for LLM calls in seconds. Default: 600
EMBEDDING_MODEL_NAMENoEmbedding model name. Default: text-embedding-3-large
EMBEDDING_MODEL_API_KEYNoAPI key for embedding model (optional, enables semantic caching).
EMBEDDING_MODEL_BASE_URLNoBase URL for embedding model. Default: https://api.openai.com/v1
DISABLE_PROMETHEUS_METRICSNoSet to 'true' to disable Prometheus metrics. Default: 'false'

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/MVPandey/CAE'

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