Skip to main content
Glama

MongoDB MCP Server

Official
by mongodb-js
index.ts465 B
import { AtlasTools } from "./atlas/tools.js"; import { AtlasLocalTools } from "./atlasLocal/tools.js"; import { MongoDbTools } from "./mongodb/tools.js"; const AllTools = [...MongoDbTools, ...AtlasTools, ...AtlasLocalTools]; export { AllTools, MongoDbTools, AtlasTools, AtlasLocalTools }; export { ToolBase, type ToolConstructorParams, type ToolCategory, type OperationType, type ToolArgs, type ToolExecutionContext, } from "./tool.js";

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