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
README.md•529 B
# Generate Scripts
This folder contains a helper script which generates various documentation and configurations based on our code.
## Files
- **`index.ts`** - Main entry point that orchestrates all generation tasks
- **`generateArguments.ts`** - Generates CLI arguments, environment variables, and configuration tables from the UserConfig Zod Schema
- **`generateToolDocumentation.ts`** - Generates tool documentation by reading from the AllTools array
## Usage
Run all generators:
```bash
pnpm run generate:arguments
```