@choihyunsus/n2-soul
MCP server package n2-soul
Install
agr install @choihyunsus/n2-soul --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "n2-soul", "version": "9.0.9", "description": "AI agent memory & session orchestrator for MCP — persistent KV-Cache, Soul Board, immutable Ledger", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist//*.js", "dist//.d.ts", "!dist/tests/", "!dist//.test." ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "typecheck": "tsc --noEmit", "lint": "eslint src/ --max-warnings=0", "lint:fix": "eslint src/ --fix --max-warnings=0", "test": "node --test dist/tests/.test.js", "verify": "npm run typecheck && npm run lint && npm run build && npm run test", "prepublishOnly": "npm run lint && npm run build && npm run test" }, "keywords": [ "mcp", "multi-agent", "kv-cache", "session", "orchestrator", "ai-agent", "model-context-protocol", "soul", "n2", "persistent-memory", "ai-safety", "safety", "typescript" ], "license": "SEE LICENSE IN LICENSE", "homepage": "https://nton2.com", "author": "N2 lagi0730@gmail.com", "repository": { "type": "git", "url": "git+https://github.com/choihyunsus/soul.git" }, "bugs": { "url": "https://github.com/choihyunsus/soul/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.25.2", "better-sqlite3": "^11.10.0", "sql.js": "~1.11.0", "sqlite-vec": "^0.1.7", "zod": "~3.24.1" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/better-sqlite3": "^7.6.13", "@types/node": "^22.19.15", "eslint": "^10.1.0", "typescript": "^5.9.3", "typescript-eslint": "^8.57.2" } }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-624ae664b2d92026-08-04