mongo-mcp-go

thinking-bzf/mongo-mcp-go

3.3

If you are the rightful owner of mongo-mcp-go 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.

A Model Context Protocol (MCP) server that enables LLMs to connect MongoDB using mcp-go.

Tools

Functions exposed to the LLM to take actions

find

Query documents with filtering and projection

Count

Count documents in a collection

listCollections

List available collections

insertOne

Insert a single document

updateOne

Update a single document

deleteOne

Delete a single document

createIndex

Create a new index

dropIndex

Remove an index

indexes

List indexes for a collection

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources