kiliczsh/mcp-mongo-server
A Model Context Protocol Server for MongoDB
Quick Start
Clone the repository:
git clone https://github.com/kiliczsh/mcp-mongo-serverClaude Desktop configuration example:
{
"mcpServers": {
"mcp-mongo-server": {
"command": "npx",
"args": [
"-y",
"kiliczsh/mcp-mongo-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.