From mongodb
Provides direct MongoDB database access for queries, collections inspection, and data manipulation. Runs locally as a subprocess; requires MongoDB connection string.
npx claudepluginhub mongodb/agent-skills --plugin mongodb
Add to your .mcp.json:
.mcp.json
{ "mcpServers": { "mongodb": { "command": "npx", "args": [ "-y", "mongodb-mcp-server@1" ] } } }
npx
Share bugs, ideas, or general feedback.