Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by nan-qin • Data & Databases
A lightweight MCP server connector for interacting with a local MongoDB instance (read and call tools), useful for agents that need database access and multi-collection queries.
Read-only access to a MongoDB database to fetch collection documents and database state via ReadResource requests.
Perform database operations (list collections, insert data, run commands) using CallTool-style request schemas.
Run multi-collection aggregation queries (e.g., $lookup joins) to enrich documents from related collections.
This repository provides an MCP configuration and examples for running a MongoDB-backed MCP server tool. It includes sample configuration (command, args, env), sample ReadResource and CallTool request schemas, and examples for multi-collection aggregation queries using $lookup. The setup is geared toward enabling agents to read resources (read-only access) and execute operations (calls) against a MongoDB database.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.