{
"name": "origin-mcp",
"version": "0.1.2",
"description": "Personal memory layer for AI agents - MCP server",
"keywords": ["mcp", "memory", "ai", "agents", "claude", "chatgpt", "origin"],
"license": "MIT",
"bin": {
"origin-mcp": "run.js"
},
"scripts": {
"postinstall": "node install.js"
},
"os": ["darwin", "linux"],
"cpu": ["arm64", "x64"],
"repository": {
"type": "git",
"url": "https://github.com/7xuanlu/origin-mcp"
}
}