UNPKG

local-memory-mcp

Version:

Local Memory MCP Server - AI-powered persistent memory system for Claude Desktop and other MCP-compatible tools

82 lines (81 loc) 1.98 kB
{ "name": "local-memory-mcp", "version": "1.0.9a", "description": "Local Memory MCP Server - AI-powered persistent memory system for Claude Desktop and other MCP-compatible tools", "keywords": [ "mcp", "model-context-protocol", "claude", "ai", "memory", "vector-search", "local-memory", "anthropic", "mcp-server" ], "author": "Local Memory <contact@localmemory.co>", "license": "SEE LICENSE IN https://localmemory.co/terms", "homepage": "https://localmemory.co", "repository": { "type": "git", "url": "https://github.com/danieleugenewilliams/local-memory-golang.git" }, "bugs": { "url": "https://github.com/danieleugenewilliams/local-memory-golang/issues" }, "engines": { "node": ">=16.0.0" }, "os": [ "darwin", "linux", "win32" ], "cpu": [ "x64", "arm64" ], "main": "index.js", "bin": { "local-memory": "bin/local-memory" }, "scripts": { "postinstall": "node scripts/install.js", "update": "node scripts/update.js", "test": "node scripts/test.js", "test:package": "node test/test-npm-package.js", "test:integration": "node test/test-integration.js", "test:all": "npm run test:package && npm run test:integration", "uninstall": "node scripts/uninstall.js", "readme:sync": "node ../scripts/readme-sync/readme-sync-npm.js" }, "files": [ "index.js", "bin/", "scripts/", "test/", "README.md", "CHANGELOG.md" ], "preferGlobal": true, "publishConfig": { "access": "public" }, "mcp": { "server": true, "protocol": "stdio", "description": "AI-powered persistent memory system with vector search and semantic analysis", "capabilities": [ "memory_storage", "vector_search", "ai_analysis", "temporal_patterns", "relationship_mapping", "categorization" ] }, "funding": { "type": "individual", "url": "https://localmemory.co" } }