Skip to main content
Glama

Claude Memory MCP Server

package.json1.84 kB
{ "name": "@whenmoon-afk/memory-mcp", "version": "2.1.2", "description": "Brain-inspired memory for AI agents - MCP server", "type": "module", "main": "./dist/index.js", "bin": { "memory-mcp": "install.js" }, "files": [ "dist/", "install.js", "README.md", "LICENSE" ], "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "prepare": "npm run build", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "typecheck": "tsc --noEmit", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "release": "npm run test && npm run build", "clean": "rm -rf dist", "prepublishOnly": "npm run clean && npm run build" }, "keywords": [ "mcp", "memory", "context", "ai", "semantic-search", "fts5", "sqlite" ], "author": "Memory MCP Contributors", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/whenmoon-afk/claude-memory-mcp.git" }, "bugs": { "url": "https://github.com/whenmoon-afk/claude-memory-mcp/issues" }, "homepage": "https://github.com/whenmoon-afk/claude-memory-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "better-sqlite3": "^11.0.0" }, "devDependencies": { "@types/better-sqlite3": "^7.6.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "@vitest/coverage-v8": "^1.3.0", "eslint": "^8.57.0", "prettier": "^3.2.0", "tsx": "^4.7.0", "typescript": "^5.3.0", "vitest": "^1.3.0" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" } }

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/WhenMoon-afk/claude-memory-mcp'

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