Skip to main content
Glama

MongoDB MCP Server

jest.config.mjs478 B
export default { preset: 'ts-jest', testEnvironment: 'node', extensionsToTreatAsEsm: ['.ts'], transform: { '^.+\\.ts$': ['ts-jest', { useESM: true }], }, moduleNameMapper: { '^@mongo/(.*)\\.js$': '<rootDir>/src/mongo/$1.ts', '^@mongo/(.*)$': '<rootDir>/src/mongo/$1', '^@tools/(.*)\\.js$': '<rootDir>/src/tools/$1.ts', '^@tools/(.*)$': '<rootDir>/src/tools/$1', }, roots: ['<rootDir>/tests'], moduleFileExtensions: ['ts', 'js', 'json'], };

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/franciscorojas27/McpServerMongodb'

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