Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"mongo-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Mongo-MCP [](https://smithery.ai/server/@441126098/mongo-mcp) English | [简体中文](README_CN.md) A Machine Chat Protocol (MCP) service for MongoDB operations. This service provides a set of tools that allow Large Language Models (LLMs) to interact with MongoDB databases through basic CRUD operations and administrative tasks. ## Requirements - Python 3.10 or above - A running MongoDB database service - It is recommended to use [uv](https://github.com/astral-sh/uv) to run the program ## Features - MongoDB instance connection management - List databases and collections - Document CRUD operations - Insert documents - Query documents (supports complex queries and projections) - Update documents - Delete documents - Full support for MongoDB query syntax and projections - Comprehensive error handling and logging - Stdin/stdout (stdio) based MCP transport implementation ## Usage ### Run directly with uvx ```bash uvx run mongo-mcp ``` The server uses the stdio transport method, making it suitable for integration with MCP clients that support this transport method. ### Cursor Example Configuration If you use [Cursor](https://www.cursor.so/) as your development environment, you can add the following configuration to your `.cursor/mcp.json` file for local debugging: ```json { "mcpServers": { "mongo-mcp": { "command": "uvx", "args": [ "mongo-mcp" ], "env": { "MONGODB_URI": "mongodb://localhost:27017", "MONGODB_DEFAULT_DB": "MONGODB_DEFAULT_DB", "LOG_LEVEL": "INFO" } } } } ``` ### Environment Variables - `MONGODB_URI`: MongoDB connection string (default: "mongodb://localhost:27017") - `MONGODB_DEFAULT_DB`: Default database name (optional) - `LOG_LEVEL`: Logging level (default: "INFO") - Available values: DEBUG, INFO, WARNING, ERROR, CRITICAL ### S…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.