Submit

Mongo Mcp

@441126098

a year ago
A Machine Chat Protocol (MCP) service for MongoDB operations. This service provides a set of tools that allow Large Language Models (LLMs) to interact with MongoDB databases through basic CRUD operations and administrative tasks.

Tools

Server Config

{
  "mcpServers": {
    "mongo-mcp": {
      "command": "uvx",
      "args": [
        "mongo-mcp"
      ],
      "env": {
        "MONGODB_URI": "mongodb://localhost:27017",
        "MONGODB_DEFAULT_DB": "MONGODB_DEFAULT_DB",
        "LOG_LEVEL": "INFO"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.