MongoDB
Enables interaction with MongoDB databases through TypeScript and the MongoDB driver, providing seamless integration of MongoDB operations into workflows.
12 stars
0 tools
Created Aug 2025
@1rb/1rb-mongodb-mongo-mcpAbout
Enables interaction with MongoDB databases through TypeScript and the MongoDB driver, providing seamless integration of MongoDB operations into workflows.
Categories
general
Installation
npm
npm install @1rb/1rb-mongodb-mongo-mcp
Configuration
{
"mcpServers": {
"1rb-mongodb-mongo-mcp": {
"command": "npx",
"args": [
"-y",
"@1rb/1rb-mongodb-mongo-mcp"
]
}
}
}