chrstnwhlrt/ro-mongodb-mcp-rs
If you are the rightful owner of ro-mongodb-mcp-rs and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A high-performance Model Context Protocol (MCP) server for executing read-only MongoDB queries, built in Rust for speed and reliability.
Tools
Functions exposed to the LLM to take actions
list_connections
List all configured connections
list_collections
List MongoDB collections (case-sensitive names)
get_data_model
Get schema documentation for a connection
get_current_time
Get current timestamp for time-based queries
query_mongodb
Execute a read-only MongoDB query
save_query
Save a query for later reuse
list_saved_queries
List all saved queries for a connection
get_saved_query
Get details of a saved query
run_saved_query
Execute a saved query
delete_saved_query
Delete a saved query
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client