@iamtouchskyer/memex
AMCP server package @touchskyer/memex
Install
agr install @iamtouchskyer/memex --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "@touchskyer/memex", "mcpName": "io.github.iamtouchskyer/memex", "version": "0.4.0", "description": "Zettelkasten-based agent memory system with bidirectional links", "type": "module", "bin": { "memex": "dist/cli.js" }, "files": [ "dist", "hooks", "pi-extension", "skills", "docs", "AGENTS.md", "CLAUDE.md", "GEMINI.md" ], "scripts": { "prepare": "node -e "const fs=require('fs'),p=require('path');if(fs.existsSync('.git')){fs.mkdirSync(p.join('.git','hooks'),{recursive:true});fs.copyFileSync(p.join('scripts','pre-commit'),p.join('.git','hooks','pre-commit'));if(process.platform!=='win32')fs.chmodSync(p.join('.git','hooks','pre-commit'),0o755)}" || true", "build": "node scripts/bundle.mjs", "postbuild": "node scripts/postbuild.mjs", "prepublishOnly": "npm run build", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit" }, "keywords": [ "memory", "zettelkasten", "agent", "cli", "knowledge-management", "pi-package" ], "pi": { "extensions": [ "pi-extension/index.ts" ] }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/iamtouchskyer/memex.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "commander": "^14.0.3", "gray-matter": "^4.0.3", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^25.5.0", "esbuild": "^0.27.7", "happy-dom": "^20.8.4", "marked": "^17.0.5", "typescript": "^5.9.3", "vitest": "^4.1.0" }, "optionalDependencies": { "node-llama-cpp": "^3.18.1" } }
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-5628f2cf3c632026-08-03