origin-mcp 0.6.0

MCP server for Origin — personal agent memory layer
Documentation
{
  "name": "origin-mcp",
  "version": "0.6.0",
  "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"
  }
}