
MongoDB
kiliczsh/mcp-mongo-serverThis is an MCP server that implements a MongoDB interface. It demonstrates core MCP concepts by allowing: - Listing collections as resources - Reading collection schemas and contents - Executing MongoDB queries via tools - Providing collection summaries via prompts
- Version
- 0.1.3
- Type
- Community Servers
- Categories
- Database
Tools
2query
Execute a MongoDB query
Parameter Type Description collection*string Name of the collection to query filterobject MongoDB query filter projectionobject Fields to include/exclude limitnumber Maximum number of documents to return aggregate
Execute a MongoDB aggregation pipeline
Parameter Type Description collection*string Name of the collection to aggregate pipeline*array Aggregation pipeline stages
Resources
1MongoDB collection: {collection_name}
mongodb:///{collection_name}
Prompts
1analyze_collection
Analyze a MongoDB collection structure and contents