mongodb-mcp-server
A Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
GitHub Stars
608
User Rating
Not Rated
Favorites
0
Views
74
Forks
111
Issues
13
Installation
Installation
Prerequisites
Please specify required software and versions:Installation Steps
1. Clone Repository
bash
git clone https://github.com/mongodb-js/mongodb-mcp-server.git
cd mongodb-mcp-server
2. Install Dependencies
bash
npm install
3. Configure Claude Desktop
Editclaude_desktop_config.json to add the MCP server:
json
{
"mcpServers": {
"mongodb-mcp-server": {
"command": "node",
"args": ["path/to/server.js"]
}
}
}
4. Start Server
bash
npm start
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.Additional Resources
mongodb-js is a collective of JavaScript developers and code focused on interacting with MongoDB
225
Followers
250
Repositories
0
Gists
0
Total Contributions
The MongoDB MCP server provides a standardized interface for AI systems to access and manage MongoDB databases. It enables various operations such as creating databases and collections, inserting data, querying using natural language, managing product reviews and inventory, handling support tickets, and generating analytics insights.
memory-bank-mcp-mongo is a TypeScript library designed for managing a memory bank using MongoDB. It provides functionalities for efficiently storing, retrieving, and updating data, allowing developers to easily perform database operations. Notably, it supports asynchronous processing, which can enhance performance.