
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
mongodb-memory-bank-mcp-v2
Advanced tools
MongoDB-powered Memory Bank MCP server with hybrid search capabilities for AI assistants
A MongoDB-powered Memory Bank MCP (Model Context Protocol) server that creates an intelligent, project-aware memory system for AI assistants. Built with MongoDB Atlas Vector Search's hybrid search capabilities.
This MCP server provides AI assistants with persistent memory across sessions by:
Run directly with npx (no installation needed):
# Set environment variables
export MONGODB_URI="your-mongodb-uri"
export VOYAGE_API_KEY="your-voyage-key"
# Run the server
npx mongodb-memory-bank-mcp
Or configure in Claude's MCP settings:
{
"mcpServers": {
"memory-bank": {
"command": "npx",
"args": ["mongodb-memory-bank-mcp"],
"env": {
"MONGODB_URI": "your-mongodb-uri",
"VOYAGE_API_KEY": "your-voyage-key"
}
}
}
}
git clone https://github.com/romiluz13/mongodb-memory-bank-mcp.git
cd mongodb-memory-bank-mcp
pnpm install
cp .env.example .env.local
# Edit .env.local with your MongoDB URI and Voyage AI key
pnpm build
pnpm db:indexes
pnpm dev
pnpm mcp:inspect
pnpm test
Add to your Claude MCP settings:
{
"mcpServers": {
"mongodb-memory-bank-mcp": {
"command": "npx",
"args": ["mongodb-memory-bank-mcp-v2"],
"env": {
"MONGODB_URI": "your-mongodb-uri",
"VOYAGE_API_KEY": "your-voyage-key"
}
}
}
}
# Create a new feature blueprint
memory_bank/feature --action create --name "user-authentication"
# Validate your implementation
memory_bank/feature --action validate --name "user-authentication"
# Find similar patterns
memory_bank/feature --action search --name "auth"
The memory bank uses six core files:
projectbrief.md
- Foundation documentproductContext.md
- Why the project existsactiveContext.md
- Current work focussystemPatterns.md
- Architecture decisionstechContext.md
- Technology stackprogress.md
- What works and what's nextSee CONTRIBUTING.md for development guidelines.
MIT
FAQs
MongoDB-powered Memory Bank MCP server with hybrid search capabilities for AI assistants
We found that mongodb-memory-bank-mcp-v2 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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.