Skip to main content
Glama

Mongo MCP Server

package.json924 B
{ "name": "mongo-mcp-server", "version": "1.0.0", "description": "MongoDB MCP server for Claude Code with configurable connection parameters", "main": "server.js", "type": "module", "bin": { "mongo-mcp-server": "./bin/mongo-mcp-server.js" }, "scripts": { "start": "node server.js", "dev": "node --watch server.js", "mcp": "node server.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "mongodb": "^6.3.0" }, "engines": { "node": ">=18.0.0" }, "keywords": ["mcp", "mongodb", "server", "claude", "database", "model-context-protocol"], "author": "Sergei Fedorov", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/sergei-tofu-fedorov/mongo_mcp.git" }, "bugs": { "url": "https://github.com/sergei-tofu-fedorov/mongo_mcp/issues" }, "homepage": "https://github.com/sergei-tofu-fedorov/mongo_mcp#readme" }

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/sergei-tofu-fedorov/mongo_mcp'

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