UNPKG

mem100x

Version:

⚡ The FASTEST MCP memory server ever built - 66k+ entities/sec with intelligent context detection

73 lines (72 loc) 1.82 kB
{ "name": "mem100x", "version": "3.0.1", "description": "⚡ The FASTEST MCP memory server ever built - 66k+ entities/sec with intelligent context detection", "main": "dist/server-multi.js", "bin": { "mem100x": "dist/server-multi.js", "mem100x-single": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/server-multi.ts", "start": "node dist/server-multi.js", "prepare": "npm run build", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest watch", "format": "prettier --write \"src/**/*.ts\" \"benchmark/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\" \"benchmark/**/*.ts\"" }, "keywords": [ "mcp", "model-context-protocol", "memory", "knowledge-graph", "sqlite", "high-performance", "claude", "ai", "context-detection", "typescript" ], "author": "OneTrueJASH", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/OneTrueJASH/Mem100X" }, "bugs": { "url": "https://github.com/OneTrueJASH/Mem100X/issues" }, "homepage": "https://github.com/OneTrueJASH/Mem100X#readme", "engines": { "node": ">=18.0.0" }, "files": [ "dist/**/*.js", "dist/**/*.d.ts", "README.md", "LICENSE", "CHANGELOG.md" ], "type": "commonjs", "dependencies": { "@modelcontextprotocol/sdk": "^1.13.3", "better-sqlite3": "^11.6.0", "winston": "^3.17.0", "xxhash-wasm": "^1.1.0", "zod": "^3.25.71" }, "devDependencies": { "@types/better-sqlite3": "^7.6.11", "@types/node": "^24.0.10", "@vitest/coverage-v8": "^3.2.4", "dotenv": "^17.0.1", "prettier": "^3.6.2", "tsx": "^4.20.3", "typescript": "^5.8.3", "vitest": "^3.2.4" } }