
MongoDB MCP Go
Supports UIby thinking-bzf
Connect LLMs to MongoDB for natural language CRUD operations, collection management, and indexing.
What it does
MongoDB MCP Go acts as a bridge between LLMs and MongoDB databases. It enables AI models to perform comprehensive CRUD operations, query collections, and manage database indexes using natural language commands.
Tools
- find: Query documents with filtering and projection.
- Count: Get the number of documents in a collection.
- listCollections: List all available collections in the database.
- insertOne: Insert a single document into a collection.
- updateOne: Update a single document.
- deleteOne: Remove a single document.
- createIndex: Create a new database index.
- dropIndex: Remove an existing index.
- indexes: List all indexes for a specific collection.
Installation
Run the server using Go:
go run main.go
Requires a config.yml file based on config.yml.example with your MongoDB connection details.
Supported hosts
- Claude
Quick install
go run main.goInformation
- Pricing
- free
- Published
- 5/8/2026
- stars





