databases

Mongo Mcp

MongoDB integration that enables LLMs to interact directly with databases.

typescript
local
databases
0
View on GitHub

Installation

npx -y QuantGeekDev/mongo-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "mongo-mcp",
  "command": "npx",
  "args": [
    "-y",
    "QuantGeekDev/mongo-mcp"
  ]
}

About This MCP Server

QuantGeekDev/mongo-mcp

MongoDB integration that enables LLMs to interact directly with databases.

GitHub: https://github.com/QuantGeekDev/mongo-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub