From d5f009439c1487bd04d359c5e2e36682dc77455f Mon Sep 17 00:00:00 2001 From: Henry Mao <1828968+calclavia@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:21:27 +0700 Subject: [PATCH] Add Smithery CLI installation instructions and badge --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index fb0f42b..2482732 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # 🗄️ MongoDB MCP Server for LLMS +[![smithery badge](https://smithery.ai/badge/mongo-mcp)](https://smithery.ai/server/mongo-mcp) [![Node.js 18+](https://img.shields.io/badge/node-18%2B-blue.svg)](https://nodejs.org/en/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) @@ -41,6 +42,14 @@ To get started, find your mongodb connection url and add this configuration to y } ``` +### Installing via Smithery + +To install MongoDB MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mongo-mcp): + +```bash +npx -y @smithery/cli install mongo-mcp --client claude +``` + ### Prerequisites - Node.js 18+