{ "name": "@maxweb4u/mcp-memorybank", "version": "0.3.0", "mcpName": "io.github.maxweb4u/memorybank", "description": "Seeds, governs and navigates a memory_bank knowledge base: gated writes, routing without reading, drift against the code", "license": "MIT", "author": "Max Gornostayev", "type": "module", "bin": { "mcp-memorybank": "./dist/cli.js", "mcp-memorybank-hook": "./hooks/capture-to-inbox.sh" }, "engines": { "node": ">=22" }, "keywords": [ "mcp", "modelcontextprotocol", "memory-bank", "knowledge-base", "documentation", "governance", "ssot", "markdown", "frontmatter", "claude", "mcp-server", "adr", "documentation-as-code" ], "repository": { "type": "git", "url": "git+https://github.com/maxweb4u/mcp-memorybank.git" }, "homepage": "https://github.com/maxweb4u/mcp-memorybank#readme", "files": [ "dist", "!dist/**/*.map", "hooks", "starter", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "vitest run", "test:corpus": "vitest run test/acceptance.test.ts", "stats": "node dist/cli.js --stats --root", "prepublishOnly": "npm run build && npm test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "gray-matter": "^4.0.3", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.0", "vitest": "^4.1.11" }, "bugs": { "url": "https://github.com/maxweb4u/mcp-memorybank/issues" } }