Celmis MCP Server
Officialby Celmis-labs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CELMIS_MASTER_KEY | No | Global admin password used with CELMIS_MASTER_EMAIL to sign in as admin. | |
| LITELLM_PROXY_URL | No | When set together with LITELLM_MASTER_KEY, routes all model calls through a LiteLLM gateway. | |
| LITELLM_MASTER_KEY | No | Master key for the LiteLLM gateway (set together with LITELLM_PROXY_URL). | |
| CELMIS_MASTER_EMAIL | No | Global admin email used with CELMIS_MASTER_KEY to sign in as admin. | |
| CREDENTIAL_MASTER_KEY | No | Key used to encrypt provider credentials before storing them in the database. | |
| CELMIS_DEPLOYMENT_MODE | No | Whether deployment is single-tenant or multi-tenant (isolates workspaces from each other). | single_tenant |
| REVIEW_TIMEOUT_SECONDS | No | Wall clock for one review; past it the tail stages stand down and the comment says so. | 900 |
| REVIEW_VERIFIER_ENABLED | No | The LLM false-positive veto. | false |
| CELMIS_JOB_LEASE_SECONDS | No | Ceiling on worker silence before a job may be reclaimed. | 600 |
| REVIEW_AGENT_CONCURRENCY | No | Provider calls in flight per review. | 3 |
| REVIEW_LLM_TIMEOUT_SECONDS | No | One model call timeout. Raise to ~600 for a slow reasoning model. | 300 |
| REVIEW_MAX_DIFF_SIZE_BYTES | No | Larger diffs are refused, not truncated. | 500000 |
| REVIEW_LLM_TIMEOUT_RETRY_FACTOR | No | How much longer the retry gets after a timeout; 1.0 disables the widening. | 2.0 |
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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Celmis-labs/Celmis'
If you have feedback or need assistance with the MCP directory API, please join our Discord server