The reputation layer for AI skills, tools & agents

kiliczsh/mcp-mongo-server

Score: 55.6 Rank #172

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

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 38 days ago — a recent commit would boost your freshness score

Badge

AgentRank score for kiliczsh/mcp-mongo-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/kiliczsh--mcp-mongo-server)](https://agentrank-ai.com/tool/kiliczsh--mcp-mongo-server)
<a href="https://agentrank-ai.com/tool/kiliczsh--mcp-mongo-server"><img src="https://agentrank-ai.com/api/badge/tool/kiliczsh--mcp-mongo-server" alt="AgentRank"></a>

Matched Queries

"model context protocol""model-context-protocol"

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 mongod
Read full README on GitHub →
Are you the maintainer? Claim this listing