ChurnCue
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHURNCUE_HOST | No | Container listener address | 0.0.0.0 |
| CHURNCUE_PORT | No | MCP and health port | 8000 |
| CHURNCUE_ARTIFACT_DIR | No | Trusted model artifact directory | data/artifacts |
| CHURNCUE_RANDOM_STATE | No | Reproducible ML seed | 42 |
| CHURNCUE_DATABASE_PATH | No | Experiment metadata database | data/churncue.db |
| CHURNCUE_MAX_DEMO_ROWS | No | Maximum records stored in one demo dataset | 50 |
| CHURNCUE_DEMO_DATA_PATH | No | Packaged demo source | data/demo/customer_churn_demo.csv |
| CHURNCUE_MAX_INPUT_ROWS | No | Maximum MCP input records | 5000 |
| CHURNCUE_PUBLISHED_PORT | No | Optional Compose host-port override | 8000 |
| CHURNCUE_MAX_STRING_LENGTH | No | Scalar string boundary | 200 |
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
- 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/Bhaktabahadurthapa/ChurnCue'
If you have feedback or need assistance with the MCP directory API, please join our Discord server