Skip to main content
Glama
BhwinGT

Confluent Support RAG MCP Server

by BhwinGT

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoMCP server bind host. In Docker, overridden to 0.0.0.0.127.0.0.1
MCP_PORTNoMCP server port.8000
CHUNK_SIZENoTarget words per chunk.300
EMBED_MODELNoDense embeddings model. Always local.qwen3-embedding:0.6b
OLLAMA_HOSTNoOllama host. In Docker, overridden to http://ollama:11434.http://127.0.0.1:11434
QDRANT_HOSTNoQdrant host. In Docker, overridden to qdrant.localhost
QDRANT_PORTNoQdrant port.6333
NGROK_DOMAINNoReserved ngrok domain (hostname only).
TOP_K_RESULTSNoDefault number of results per search.5
ALLOWED_EMAILSNoComma-separated allowed exact emails (auth mode B, overrides ALLOWED_EMAIL_DOMAINS).
OLLAMA_API_KEYNoSet to use Ollama Cloud for chat in orchestrator.py.
PUBLIC_MCP_URLNoPublic HTTPS URL. Must match Entra redirect URI. Required when MCP_AUTH_ENABLED=true.
SUPPORT_COOKIENoBrowser session cookie from logged-in Confluent support portal. Needed for scraping.
AZURE_API_SCOPENoAPI scope exposed in Entra.access
AZURE_CLIENT_IDNoEntra app client ID. Required when MCP_AUTH_ENABLED=true.
AZURE_TENANT_IDNoEntra tenant ID. Required when MCP_AUTH_ENABLED=true.
INFERENCE_MODELNoModel used by orchestrator.py for chat.gemma4:31b
NGROK_AUTHTOKENNongrok authtoken for remote access.
MCP_AUTH_ENABLEDNoTurns on Microsoft sign-in. Set to 'true' to enable.false
RERANK_MIN_SCORENoRaw cross-encoder score threshold. Negatives are normal.0
SUPPORT_BASE_URLNoBase URL for scraping support articles.https://support.confluent.io
QDRANT_COLLECTIONNoQdrant collection name.confluent_support
AZURE_TOKEN_ISSUERNoOnly if the app still issues v1.0 tokens.
AZURE_CLIENT_SECRETNoEntra app client secret. Required when MCP_AUTH_ENABLED=true.
FASTEMBED_CACHE_DIRNoCache directory for fastembed models../model_cache
MCP_JWT_SIGNING_KEYNoSigning key for session tokens. Set to persist sessions across restarts.
SUPPORT_CATEGORY_IDSNoComma-separated Zendesk category IDs.360004404872,360005831891,360005822052
ALLOWED_EMAIL_DOMAINSNoComma-separated allowed email domains (auth mode A).
CLOUDFLARE_TUNNEL_TOKENNoCloudflare Tunnel token (alternative to ngrok).

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/BhwinGT/MCP_Server_Conluent_RAG'

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