@mlshv/ownyourchat
AMCP server package ownyourchat
Install
agr install @mlshv/ownyourchat --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "ownyourchat", "version": "1.4.0", "description": "Sync your ChatGPT, Claude, and Perplexity conversations to a local SQLite database", "main": "./out/main/index.js", "author": "Misha Malyshev", "homepage": "https://ownyour.chat", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mlshv/ownyourchat" }, "bugs": { "url": "https://github.com/mlshv/ownyourchat/issues" }, "keywords": [ "chatgpt", "claude", "perplexity", "sync", "sqlite" ], "scripts": { "format": "prettier --write .", "lint": "eslint --cache .", "typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false", "typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false", "typecheck": "npm run typecheck:node && npm run typecheck:web", "test": "vitest", "test:run": "vitest run", "start": "electron-vite preview", "dev": "electron-vite dev --watch", "build": "npm run typecheck && electron-vite build", "postinstall": "electron-builder install-app-deps", "build:unpack": "npm run build && electron-builder --dir", "build:win": "npm run build && electron-builder --win", "build:mac": "electron-vite build && electron-builder --mac", "build:linux": "electron-vite build && electron-builder --linux", "db:studio": "ELECTRON_RUN_AS_NODE=1 pnpm exec electron node_modules/drizzle-kit/bin.cjs studio", "ui:add": "TS_NODE_PROJECT=tsconfig.web.json npx shadcn@latest add" }, "dependencies": { "@electron-toolkit/preload": "^3.0.2", "@electron-toolkit/utils": "^4.0.0", "@modelcontextprotocol/sdk": "^1.25.1", "@radix-ui/react-progress": "^1.1.8", "@zubridge/electron": "^2.1.1", "better-sqlite3": "^12.5.0", "drizzle-orm": "^0.45.1", "electron-updater": "^6.7.3", "vitest": "^4.0.16", "zustand": "^5.0.9" }, "devDependencies": { "@base-ui/react": "^1.0.0", "@electron-toolkit/eslint-config-prettier": "^3.0.0", "@electron-toolkit/eslint-config-ts": "^3.1.0", "@electron-toolkit/tsconfig": "^2.0.0", "@hugeicons/core-free-icons": "^3.1.1", "@hugeicons/react": "^1.1.4", "@phosphor-icons/react": "^2.1.10", "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.19.1", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "drizzle-kit": "^0.31.8", "electron": "^39.2.6", "electron-builder": "^26.0.12", "electron-vite": "^5.0.0", "eslint": "^9.39.1", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "hast-util-sanitize": "^5.0.2", "katex": "^0.16.27", "marked": "^17.0.1", "prettier": "^3.7.4", "react": "^19.2.1", "react-dom": "^19.2.1", "react-markdown": "^10.1.0", "rehype-katex": "^7.0.1", "rehype-sanitize": "^6.0.0", "remark-gfm": "^4.0.1", "remark-math": "^6.0.0", "shadcn": "^3.6.3", "tailwind-merge": "^3.4.0", "tailwindcss": "^4.1.18", "tw-animate-css": "^1.4.0", "typescript": "^5.9.3", "virtua": "^0.48.2", "vite": "^7.2.6" }, "pnpm": { "onlyBuiltDependencies": [ "electron", "esbuild" ], "ignoredBuiltDependencies": [ "better-sqlite3", "electron-winstaller", "msw" ] } }
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-71d3f78d85902026-08-06