kiliczsh/mcp-mongo-server
A Model Context Protocol Server for MongoDB
Overview
kiliczsh/mcp-mongo-server is a TypeScript MCP server licensed under MIT. A Model Context Protocol Server for MongoDB Topics: claude, claude-desktop, mcp, model-context-protocol, mongo, mongodb, antrophic, cline, cursor, windsurf.
Ranked #172 out of 25632 indexed tools.
In the top 1% of all indexed tools.
Ecosystem
TypeScript MIT
claudeclaude-desktopmcpmodel-context-protocolmongomongodbantrophicclinecursorwindsurf
Signal Breakdown
Stars 276
Freshness 1mo ago
Issue Health 100%
Contributors 7
Dependents 3
Forks 49
Description Brief
License MIT
How to Improve
Description low impact
Freshness high impact
Matched Queries
From the README
# MCP MongoDB Server --- A Model Context Protocol server that enables LLMs to interact with MongoDB databases. This server provides capabilities for inspecting collection schemas and executing MongoDB operations through a standardized interface. ## Demo ## Key Features - **Smart ObjectId Handling** - Configurable auto/none/force modes for string-to-ObjectId conversion - **Read-Only Mode** - Protection against write operations, uses secondary read preference - **Schema Inference** - Automatic collection schema detection from document samples - **Query & Aggregation** - Full MongoDB query and aggregation pipeline support with optional explain plans - **Write Operations** - Insert, update, and index creation (when not in read-only mode) - **Collection Completions** - Auto-complete collection names for LLM integration ## Installation ```bash npx -y mcp-mongo-server mongodb://localhost:27017/database ``` ## Usage ```bash # Start server with MongoDB URI npx -y mcp-mongo-server mongodRead full README on GitHub →
Are you the maintainer? Claim this listing