
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
mongodocs-mcp
Advanced tools
Lightning-fast semantic search for MongoDB documentation via Model Context Protocol. 10,000+ documents, <500ms search.
Lightning-fast semantic search for MongoDB and Voyage AI documentation via Model Context Protocol. Search 10,000+ documents in <500ms with the latest AI models.
voyage-code-3
for code content and voyage-3
for textrerank-2.5
for superior relevancenpm install -g mongodocs-mcp
# 1. Install globally
npm install -g mongodocs-mcp
# 2. Create .env file
cat > .env << EOF
MONGODB_URI=mongodb+srv://user:pass@cluster.mongodb.net/
MONGODB_DATABASE=mongodb_semantic_docs
MONGODB_COLLECTION=documents
VOYAGE_API_KEY=pa-your-voyage-api-key
EOF
# 3. Check status (optional)
mongodocs-status
# 4. Index documentation (10-30 minutes)
mongodocs-index
# 5. Start MCP server
mongodocs-mcp
Variable | Description | Default |
---|---|---|
MONGODB_URI | MongoDB Atlas connection string | Required |
MONGODB_DATABASE | Database name | mongodb_semantic_docs |
MONGODB_COLLECTION | Collection name | documents |
VOYAGE_API_KEY | Voyage AI API key for embeddings | Required |
# Check if everything is set up correctly
mongodocs-status
# Get help for any command
mongodocs-mcp --help
mongodocs-index --help
mongodocs-status --help
Add to your ~/.cursor/mcp.json
:
{
"mcpServers": {
"mongodocs-mcp": {
"command": "npx",
"args": ["mongodocs-mcp@latest"]
}
}
}
The MCP provides these tools to AI agents:
mongodb-semantic-search
- Search documentation with natural languagemongodb-find-similar
- Find similar documents to provided contentmongodb-explain-concept
- Get comprehensive explanationsmongodb-refresh-docs
- Update documentation databasemongodb-status
- Check system statusmongodb_semantic_docs
documents
semantic_search
(vector search index)Indexes all MongoDB and Voyage AI documentation. Features:
Removes all indexed documents for a fresh start.
Interactive setup wizard for configuration.
Contributions welcome! Please ensure:
MIT
Built with ❤️ for the MongoDB community
FAQs
Transform any GitHub repository into searchable vector embeddings. MCP server with smart indexing, voyage-context-3 embeddings, and semantic search for Claude/Cursor IDEs.
The npm package mongodocs-mcp receives a total of 9 weekly downloads. As such, mongodocs-mcp popularity was classified as not popular.
We found that mongodocs-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.