Skip to main content
Glama

MongoDB Atlas MCP Server

Official
MIT License
11
11
  • Apple
  • Linux
package.json898 B
{ "name": "mcp-mongodb-atlas", "version": "0.1.10", "description": "MCP Tool to operate and integrate MongoDB Atlas projects into an AI developed project", "type": "module", "bin": { "mcp-mongodb-atlas": "./build/index.js" }, "main": "./build/index.js", "types": "./build/index.d.ts", "files": [ "build" ], "scripts": { "build": "tsc && chmod +x build/index.js", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "axios": "^1.6.0" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" }, "keywords": [ "mongodb", "atlas", "mcp", "model-context-protocol", "ai", "llm" ], "author": "", "license": "MIT", "engines": { "node": ">=16.0.0" } }

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-developer/mcp-mongodb-atlas'

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