niuzaishu/QueryNest
If you are the rightful owner of QueryNest and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
QueryNest is a MongoDB multi-instance query service based on the Model Context Protocol (MCP), offering intelligent database structure discovery, semantic analysis, and natural language query generation.
Tools
Functions exposed to the LLM to take actions
discover_instances
Discovers and lists all available MongoDB instances.
discover_databases
Lists all databases within a specified instance.
analyze_collection
Analyzes the structure and field information of a specified collection.
generate_query
Generates MongoDB queries based on natural language descriptions.
confirm_query
Executes generated queries and returns results.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client