Skip to main content
Glama

Memory Bank MCP Server

by t3ta
package.json3.53 kB
{ "name": "memory-bank", "type": "module", "workspaces": [ "packages/*" ], "private": true, "description": "MCP server for managing project documentation and context across sessions", "main": "dist/index.js", "bin": { "memory-bank-mcp-server": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "prepare": "husky", "build": "find . -name \"*.tsbuildinfo\" -type f -delete && tsc -b && node scripts/copy-assets.js", "build:mcp": "yarn workspace @memory-bank/mcp build", "build:schemas": "yarn workspace @memory-bank/schemas build", "copy-assets": "node scripts/copy-assets.js", "clean": "yarn workspaces run clean", "clean:temp": "node tests/utils/clean-temp.js", "start": "yarn workspace @memory-bank/mcp start", "dev": "yarn workspace @memory-bank/mcp dev", "lint": "eslint . --ext .ts --max-warnings 1000 || true", "lint:fix": "eslint . --ext .ts --fix", "format": "prettier --write 'packages/*/src/**/*.ts'", "test": "vitest run", "test:mcp": "yarn workspace @memory-bank/mcp test", "test:schemas": "yarn workspace @memory-bank/schemas test", "test:watch": "vitest --config vitest.workspace.ts", "test:coverage": "vitest run --coverage", "test:integration": "yarn workspace @memory-bank/mcp test:integration", "prepublishOnly": "yarn build", "check:deps": "depcheck", "release": "semantic-release", "inspect": "cd packages/mcp && node dist/server.js --docs ../../docs --project" }, "keywords": [ "mcp", "memory-bank", "documentation", "project-management", "claude", "anthropic" ], "author": "", "license": "MIT", "dependencies": { "@t3ta/mcp-test": "^0.2.0" }, "devDependencies": { "@eslint/js": "^9.22.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/exec": "^7.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.1", "@semantic-release/npm": "^12.0.1", "@semantic-release/release-notes-generator": "^14.0.3", "@types/jest": "^29.5.14", "@types/node": "^22.13.10", "@typescript-eslint/eslint-plugin": "^8.27.0", "@typescript-eslint/parser": "^8.27.0", "conventional-changelog-conventionalcommits": "^8.0.0", "depcheck": "^1.4.7", "eslint": "^9.22.0", "eslint-plugin-import": "^2.31.0", "globals": "^16.0.0", "husky": "^9.1.7", "jest-mock-extended": "^4.0.0-beta1", "lint-staged": "^15.5.0", "madge": "^7.0.0", "prettier": "^3.5.3", "semantic-release": "^24.2.3", "semver": "^7.7.1", "turbo": "^2.5.0", "typescript": "^5.8.2", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.1.1" }, "resolutions": { "@memory-bank/schemas": "1.0.0", "node-sass": "npm:sass@^1.70.0", "@modelcontextprotocol/sdk": "1.9.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/t3ta/memory-bank-mcp-server.git" }, "bugs": { "url": "https://github.com/t3ta/memory-bank-mcp-server/issues" }, "homepage": "https://github.com/t3ta/memory-bank-mcp-server#readme", "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", "lint-staged": { "*.ts": [ "tsc --noEmit", "vitest related --run" ] } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/t3ta/memory-bank-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server