{
	"name": "@letta-ai/memory-mcp",
	"version": "2.0.2",
	"description": "MCP server for AI memory management using Letta - Standard MCP format",
	"mcpName": "com.letta/memory-mcp",
	"type": "module",
	"main": "build/index.js",
	"bin": {
		"memory-mcp": "./build/index.js"
	},
	"scripts": {
		"build": "tsc && chmod 755 build/index.js",
		"dev": "tsc && node build/index.js",
		"start": "node build/index.js",
		"prepublishOnly": "npm run build",
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"files": [
		"build",
		"README.md",
		"package.json"
	],
	"keywords": [
		"mcp",
		"model-context-protocol",
		"memory",
		"ai",
		"letta",
		"claude",
		"anthropic",
		"vector-database",
		"episodic-memory"
	],
	"author": "Letta AI",
	"license": "MIT",
	"homepage": "https://github.com/letta-ai/memory-mcp",
	"repository": {
		"type": "git",
		"url": "https://github.com/letta-ai/memory-mcp.git"
	},
	"bugs": {
		"url": "https://github.com/letta-ai/memory-mcp/issues"
	},
	"engines": {
		"node": ">=16.0.0"
	},
	"dependencies": {
		"@letta-ai/letta-client": "^0.1.210",
		"@modelcontextprotocol/sdk": "^1.17.4",
		"zod": "^3.25.46"
	},
	"devDependencies": {
		"@types/node": "^20.0.0",
		"typescript": "^5.0.0"
	}
}
