Skip to main content
Glama

MongoDB MCP Server

Official
by mongodb-js
index.ts785 B
import * as AtlasTools from "./atlas/tools.js"; import * as AtlasLocalTools from "./atlasLocal/tools.js"; import * as MongoDbTools from "./mongodb/tools.js"; import type { ToolClass } from "./tool.js"; // Export the collection of tools for easier reference export const AllTools: ToolClass[] = Object.values({ ...MongoDbTools, ...AtlasTools, ...AtlasLocalTools, }); // Export all the individual tools for handpicking export * from "./atlas/tools.js"; export * from "./atlasLocal/tools.js"; export * from "./mongodb/tools.js"; // Export the base tool class and supporting types. export { ToolBase, type ToolClass, type ToolConstructorParams, type ToolCategory, type OperationType, type ToolArgs, type ToolExecutionContext, } from "./tool.js";

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