Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mongo-db-mcp": {
"command": "node",
"args": [
"dist/client/client.js",
"dist/index.js"
]
}
}
}Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mongo-db-mcp": {
"command": "node",
"args": [
"dist/client/client.js",
"dist/index.js"
]
}
}
}