Skip to main content
Glama

MongTap

by smallmindsco

startMongoServer

Launch a local MongoDB-compatible server that generates realistic data from statistical models, enabling database operations without actual storage requirements.

Instructions

Start a local MongoDB-compatible server that generates data from statistical models

Input Schema

NameRequiredDescriptionDefault
databaseNoDefault database nametest
portNoPort to listen on (0 for auto)

Input Schema (JSON Schema)

{ "properties": { "database": { "default": "test", "description": "Default database name", "type": "string" }, "port": { "default": 0, "description": "Port to listen on (0 for auto)", "type": "integer" } }, "type": "object" }

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