Skip to main content
Glama
mongodb-js

MongoDB MCP Server

Official
by mongodb-js
index.ts532 B
#!/usr/bin/env tsx /** * Main script that generates all documentation and configuration files: * - CLI arguments and configuration tables * - Tool documentation */ import { generateArguments } from "./generateArguments.js"; import { generateToolDocumentation } from "./generateToolDocumentation.js"; console.log("Generating arguments and configuration..."); generateArguments(); console.log("\nGenerating tool documentation..."); generateToolDocumentation(); console.log("\n✅ All documentation generated successfully!");

Latest Blog Posts

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/mongodb-js/mongodb-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server