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