{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_v5rky48k395g","handle":"mongo-mcp","url":"https://wellknown.network/agents/mongo-mcp","links":{"self":"https://wellknown.network/agents/mongo-mcp/record.json","html":"https://wellknown.network/agents/mongo-mcp","markdown":"https://wellknown.network/agents/mongo-mcp/record.md","api":"https://wellknown.network/api/v1/agents/mongo-mcp","status":"https://wellknown.network/api/v1/agents/mongo-mcp/status","claim":"https://wellknown.network/agents/mongo-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/mongo-mcp/claim.json","badge":"https://wellknown.network/agents/mongo-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/mongo-mcp/history","tools":"https://wellknown.network/api/v1/agents/mongo-mcp/tools"},"ard":{"identifier":"urn:air::server:mongo-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"mongo-mcp","summary":"MCP service for MongoDB operations","description":"# Mongo-MCP\n\n[![smithery badge](https://smithery.ai/badge/@441126098/mongo-mcp)](https://smithery.ai/server/@441126098/mongo-mcp)\nEnglish | [简体中文](README_CN.md)\n\nA 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.\n\n## Requirements\n\n- Python 3.10 or above\n- A running MongoDB database service\n- It is recommended to use [uv](https://github.com/astral-sh/uv) to run the program\n\n## Features\n\n- MongoDB instance connection management\n- List databases and collections\n- Document CRUD operations\n  - Insert documents\n  - Query documents (supports complex queries and projections)\n  - Update documents\n  - Delete documents\n- Full support for MongoDB query syntax and projections\n- Comprehensive error handling and logging\n- Stdin/stdout (stdio) based MCP transport implementation\n\n## Usage\n\n### Run directly with uvx\n\n```bash\nuvx run mongo-mcp\n```\nThe server uses the stdio transport method, making it suitable for integration with MCP clients that support this transport method.\n\n### Cursor Example Configuration\n\nIf 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:\n\n```json\n{\n    \"mcpServers\": {\n        \"mongo-mcp\": {\n            \"command\": \"uvx\",\n            \"args\": [\n                \"mongo-mcp\"\n            ],\n            \"env\": {\n                \"MONGODB_URI\": \"mongodb://localhost:27017\",\n                \"MONGODB_DEFAULT_DB\": \"MONGODB_DEFAULT_DB\",\n                \"LOG_LEVEL\": \"INFO\"\n            }\n        }\n    }\n}\n```\n\n### Environment Variables\n\n- `MONGODB_URI`: MongoDB connection string (default: \"mongodb://localhost:27017\")\n- `MONGODB_DEFAULT_DB`: Default database name (optional)\n- `LOG_LEVEL`: Logging level (default: \"INFO\")\n  - Available values: DEBUG, INFO, WARNING, ERROR, CRITICAL\n\n### S…","publisher":null,"homepage":"https://github.com/441126098/mongo-mcp","repository":"https://github.com/441126098/mongo-mcp","version":"0.1.3","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:mongo-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"data.database","name":"Databases","confidence":1,"provenance":"derived"},{"slug":"code.debugging","name":"Debugging","confidence":0.802,"provenance":"derived"}],"categories":["code","data"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"mongo-mcp","registry":"pypi","observedAt":"2026-09-10T06:25:22.839Z","publishedAt":"2025-06-11T15:40:32.208486Z","latestVersion":"0.1.3"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"mongo-mcp","url":"https://pypi.org/project/mongo-mcp/","firstSeenAt":"2026-09-10T06:23:43.483Z","fetchedAt":"2026-09-10T06:23:43.483Z","normalizedAt":"2026-09-10T06:23:43.483Z"}]},"firstSeenAt":"2026-09-10T06:23:43.483Z","updatedAt":"2026-09-10T06:25:22.839Z"}