meshagent auth login
if needed.
test
and runs a test instance of the MCP server.MDB_MCP_CONNECTION_STRING
mongodb+srv://username:password@cluster.mongodb.net/myDatabase
MESHAGENT_PORT
mcp-mongodb
agent and interact with your live MongoDB MCP Server tools!Tool | Short Description |
---|---|
aggregate | aggregate |
collection-indexes | collection-indexes |
collection-schema | collection-schema |
collection-storage-size | collection-storage-size |
count | count |
create-collection | create-collection |
create-index | create-index |
db-stats | db-stats |
delete-many | delete-many |
drop-collection | drop-collection |
drop-database | drop-database |
explain | explain |
find | find |
insert-many | insert-many |
list-collections | list-collections |
list-databases | list-databases |
mongodb-logs | mongodb-logs |
rename-collection | rename-collection |
switch-connection | switch-connection |
update-many | update-many |
aggregate
collection
(string), database
(string), pipeline
(array)collection-indexes
collection
, database
collection-schema
collection
, database
collection-storage-size
collection
, database
count
collection
, database
, query
(object, optional)create-collection
collection
, database
create-index
collection
, database
, keys
(object), name
(optional string)
db-stats
database
delete-many
collection
, database
, filter
(object, optional)drop-collection
collection
, database
drop-database
database
explain
collection
, database
, method
(array)find
collection
, database
, filter
(optional object), limit
(optional number), projection
(optional object), sort
(optional object)insert-many
collection
, database
, documents
(array)
list-collections
database
list-databases
mongodb-logs
limit
(optional integer), type
(optional string: global/startupWarnings)rename-collection
collection
, database
, newName
(string), dropTarget
(optional boolean)
switch-connection
connectionString
(optional string)update-many
collection
, database
, update
(object), filter
(optional object), upsert
(optional boolean)