{ "name": "memento-mcp-server", "version": "3.1.0", "description": "MCP Server for Memento - AI-powered note-taking app. Optimized with connection pooling, batch operations, and caching. Provides 37 tools for notes, notebooks, labels, AI features, and reminders.", "type": "module", "main": "index.js", "scripts": { "start": "node index.js", "start:http": "node index-sse.js", "start:sse": "node index-sse.js", "dev": "MCP_LOG_LEVEL=debug node index-sse.js", "test:perf": "node test/performance-test.js", "test:connection": "node test/connection-test.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "@prisma/client": "^5.22.0", "cors": "^2.8.5", "express": "^4.22.1", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^20.0.0", "prisma": "^5.22.0" }, "keywords": [ "mcp", "memento", "notes", "ai", "optimized", "performance" ], "engines": { "node": ">=18.0.0" } }