celp-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MONGO_URL | No | MongoDB connection URL | |
| CELP_API_KEY | No | API key for Celp orchestration backend | |
| DATABASE_HOST | No | Database host | |
| DATABASE_NAME | No | Database name | |
| DATABASE_PORT | No | Database port (optional, defaults to standard port) | |
| DATABASE_TYPE | No | Type of database: postgres, mysql, mongodb, databricks | |
| DATABASE_USER | No | Database user | |
| PG_DISABLE_SSL | No | Set to 'true' to disable SSL for PostgreSQL | |
| DATABRICKS_HOST | No | Databricks host | |
| DATABRICKS_TOKEN | No | Databricks token | |
| DATABASE_PASSWORD | No | Database password | |
| STREAMING_API_URL | No | Override streaming API URL | |
| DATABRICKS_CATALOG | No | Databricks catalog | |
| DATABRICKS_HTTP_PATH | No | Databricks HTTP path |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| query-databaseB | Data Analyst Agent: Reasoning Analysis ModeThis tool translates natural language into multi-step SQL analysis plans and executes them against databases. Use this for complex analytical questions requiring more reasoning. Capabilities
When to Use
Effective Prompts
Restrictions:
| ||||||||||||||||
| query-database-turboC | When to Use (Natural-Language Heuristics)Because the model sees only the user's question and minimal schema hints, Turbo Mode should activate automatically whenever the request exhibits every one of these surface-level cues. Each cue corresponds to a first-principles driver of SQL complexity that the model can infer without deep schema knowledge:
Limitations
Effective Prompts
| ||||||||||||||||
| get-schemaB | Returns the schema map for the database. Only use this tool after previous attempts fail, or when specifically requested | ||||||||||||||||
| get-index-mapB | Returns the index map for the database. Only use this tool after previous attempts fail, or when specifically requested |
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/CelpAI/celp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server