mongodb-memory-bank-mcp
Version:
FIXED: MongoDB Memory Bank MCP with bulletproof error handling, smart operations, and session state management. Eliminates [object Object] errors and user confusion.
78 lines (77 loc) • 2.17 kB
JSON
{
"name": "mongodb-memory-bank-mcp",
"version": "3.5.0",
"description": "FIXED: MongoDB Memory Bank MCP with bulletproof error handling, smart operations, and session state management. Eliminates [object Object] errors and user confusion.",
"repository": {
"type": "git",
"url": "git+https://github.com/romiluz13/context-engineering-mcp.git"
},
"keywords": [
"mcp",
"memory-bank",
"mongodb",
"error-handling",
"smart-operations",
"session-state",
"user-experience",
"production-ready",
"ai-context",
"code-generation",
"hybrid-search",
"content-routing",
"rankfusion",
"intelligent-organization",
"cline-structure",
"developer-tools",
"bug-fixes",
"reliability"
],
"bugs": {
"url": "https://github.com/romiluz13/context-engineering-mcp/issues"
},
"homepage": "https://github.com/romiluz13/context-engineering-mcp#readme",
"main": "dist/main/index.js",
"files": [
"dist"
],
"author": "Rom Iluz (romiluz13)",
"license": "MIT",
"type": "module",
"bin": {
"mcp-server-memory-bank": "dist/main/index.js"
},
"scripts": {
"build": "tsc && shx chmod +x dist/**/*.js",
"prepare": "npm run build",
"dev": "ts-node src/main/index.ts",
"start": "node dist/main/index.js",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"setup:local": "./scripts/setup-local.sh",
"setup:atlas": "./scripts/setup-atlas.sh",
"docker:up": "docker-compose up -d",
"docker:down": "docker-compose down",
"docker:logs": "docker-compose logs -f"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.5.0",
"@types/mongodb": "4.0.6",
"@types/uuid": "10.0.0",
"axios": "1.10.0",
"mongodb": "6.17.0",
"uuid": "11.1.0"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@vitest/coverage-istanbul": "^3.0.8",
"@vitest/coverage-v8": "^3.1.1",
"@vitest/ui": "^3.0.8",
"mongodb-memory-server": "10.1.4",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.2",
"vitest": "^3.0.8"
}
}