mongodb-docs-mcp
Version:
MongoDB-specialized Model Context Protocol (MCP) server for AI-powered MongoDB documentation, repository analysis, query intelligence, and Atlas integration
29 lines (19 loc) • 562 B
Markdown
# mongodb-docs-mcp
MongoDB Documentation MCP server (stdio) providing specialized tools for docs search, examples, learning paths and vector search guidance.
## Install
```
npm install -g mongodb-docs-mcp
```
## Usage
Local CLI test:
```
node $(npm root -g)/mongodb-docs-mcp/dist/simple-server.js
```
Configure in Augment/Claude Code as a local MCP:
- command: node
- args: ["/absolute/path/to/node_modules/mongodb-docs-mcp/dist/simple-server.js"]
## Tools
- mongodb_search_docs
- mongodb_search_examples
- mongodb_learning_path
- mongodb_vector_search