Skip to main content
DatabasesTypeScript

furey/mongodb-lens

MongoDB Lens: Full Featured MCP Server for MongoDB Databases

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/furey/mongodb-lens

Claude Desktop configuration example:

{
  "mcpServers": {
    "mongodb-lens": {
      "command": "npx",
      "args": [
        "-y",
        "furey/mongodb-lens"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
TypeScript
Author
furey