Skip to main content
Glama

MongTap

by smallmindsco
mongtap.config.json•757 B
{ "storage": { "modelsBasePath": "./mcp-models", "defaultDatabase": "mcp", "databases": { "mcp": { "description": "MCP-created models that appear as MongoDB collections", "path": "mcp" }, "trained": { "description": "Models trained from existing data", "path": "trained" }, "welldb": { "description": "WellDB database models", "path": "welldb-models" } } }, "server": { "defaultPort": 27017, "host": "localhost", "enableAutoTrain": true, "trainThreshold": 100 }, "generation": { "defaultSeed": null, "defaultEntropy": null, "maxDocuments": 100000 }, "logging": { "level": "info", "suppressStdio": true } }

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