Skip to main content
Glama

MongoDB MCP Server

Official
by mongodb-js
Apache 2.0
9,526
730
  • Apple
  • Linux
tsconfig.build.json816 B
{ "compilerOptions": { "target": "es2020", "module": "nodenext", "moduleResolution": "nodenext", "rootDir": "./src", "outDir": "./dist", "strict": true, "strictNullChecks": true, "noUncheckedIndexedAccess": true, "esModuleInterop": true, "types": ["node"], "sourceMap": true, "skipLibCheck": true, "resolveJsonModule": true, "allowSyntheticDefaultImports": true, "typeRoots": ["./node_modules/@types", "./src/types"], "noImplicitReturns": true, "declaration": true, "declarationMap": true, "paths": { "mongodb-connection-string-url": [ "./node_modules/mongodb-connection-string-url/lib/index.d.ts" ], "ts-levenshtein": ["./node_modules/ts-levenshtein/dist/index.d.mts"] } }, "include": ["src/**/*.ts"] }

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