Servers
ποΈ MongoDB MCP Server for LLMS
@1RB
MCP server that provide tools to LLMs such as claude in cursor to interact with MongoDB
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mongo-mcp-1rb": {
"command": "node",
"args": [
"--version",
"#",
"Should",
"show",
"v18.0.0",
"or",
"higher"
]
}
}
}