MongTap
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Node.js environment setting | production |
| LOG_LEVEL | No | Logging level (error, warn, info, debug, trace) | info |
| MONGTAP_PORT | No | Default port for MCP server | 3000 |
| MONGTAP_STORAGE | No | Path for model storage | ./welldb-models |
| MONGTAP_MAX_SERVERS | No | Maximum concurrent MongoDB servers | 10 |
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 |
|---|---|
| generateDataModelC | Create a statistical model from sample documents or a text description for data generation |
| startMongoServerC | Start a local MongoDB-compatible server that generates data from statistical models |
| stopMongoServerB | Stop a running MongoDB-compatible server instance by port number |
| listActiveServersB | Get a list of all currently running MongoDB-compatible server instances |
| queryModelC | Generate documents from a statistical model with optional query filters and generation control ($seed for reproducibility, $entropy for randomness) |
| trainModelC | Update an existing statistical model with additional sample documents to improve generation quality |
| listModelsB | Get a list of all available statistical models stored locally |
| getModelInfoC | Retrieve detailed schema and statistics for a specific statistical model |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| create_ecommerce_db | Create a complete e-commerce database with products, customers, and orders |
| create_user_profile | Generate a user profile model with common fields |
| analyze_model | Analyze an existing model and provide insights |
| generation_control | Learn how to control document generation with $seed and $entropy parameters |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Available Models | List of all trained DataFlood models |
| Server Status | Status of all MongoDB servers |
| Model Schema | Get the JSON schema for a specific model |
| Model Sample Data | Get sample data from a model |
| Generation Control Documentation | Documentation for $seed and $entropy query parameters |
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/smallmindsco/MongTap'
If you have feedback or need assistance with the MCP directory API, please join our Discord server