Skip to main content
Glama
danielsimonjr

Enhanced Knowledge Graph Memory Server

package.json2.08 kB
{ "name": "@danielsimonjr/memory-mcp", "version": "0.48.0", "description": "Enhanced MCP memory server with hierarchies, compression, archiving, and 47 advanced tools", "license": "MIT", "author": "Daniel Simon Jr. (https://github.com/danielsimonjr)", "homepage": "https://github.com/danielsimonjr/memory-mcp", "bugs": "https://github.com/danielsimonjr/memory-mcp/issues", "repository": { "type": "git", "url": "https://github.com/danielsimonjr/memory-mcp.git" }, "keywords": [ "mcp", "model-context-protocol", "memory", "knowledge-graph", "enhanced", "timestamps", "tags", "export", "graphml", "analytics" ], "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./types": { "types": "./dist/types/index.d.ts", "import": "./dist/types/index.js" }, "./utils": { "types": "./dist/utils/index.d.ts", "import": "./dist/utils/index.js" }, "./core": { "types": "./dist/core/index.d.ts", "import": "./dist/core/index.js" }, "./search": { "types": "./dist/search/index.d.ts", "import": "./dist/search/index.js" }, "./features": { "types": "./dist/features/index.d.ts", "import": "./dist/features/index.js" }, "./server": { "types": "./dist/server/MCPServer.d.ts", "import": "./dist/server/MCPServer.js" } }, "bin": { "mcp-server-memory": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "npm run build", "watch": "tsc --watch", "test": "vitest run --coverage", "typecheck": "tsc --noEmit --noUnusedLocals --noUnusedParameters --strict" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.21.1", "zod": "^4.1.13" }, "devDependencies": { "@types/node": "^22", "@vitest/coverage-v8": "^4.0.13", "shx": "^0.4.0", "typescript": "^5.6.2", "vitest": "^4.0.13" } }

Latest Blog Posts

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/danielsimonjr/memory-mcp'

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