We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nabid-pf/mongo-mongoose-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•407 B
# MongoDB Connection URI
# Format: mongodb://[username:password@]host[:port]/[database]
# Example: mongodb://localhost:27017/mcp-database
MONGODB_URI=mongodb://localhost:27017/mcp-database
# Path to the directory containing Mongoose schema files
# By default, it looks for schemas in the ./models directory
# You can specify a custom path if your schemas are located elsewhere
SCHEMA_PATH=./models_samples