{ "name": "@saihm/mcp-server-pro", "version": "0.11.0", "mcpName": "io.github.SAIHM-Admin/saihm-mcp-server-pro", "description": "Free-to-start portable memory for AI agents: encrypted, shareable, provably erased. Join SAIHM. Ask your agent to \"Join SAIHM\".", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "bin": { "saihm-mcp-server-pro": "dist/server.js" }, "scripts": { "clean": "rm -rf dist coverage", "build": "npm run clean && tsc -p . && chmod +x dist/server.js", "build:mcpb": "node scripts/build-mcpb.mjs", "typecheck": "tsc -p tsconfig.test.json", "test": "tsx --test tests/smoke.test.ts tests/server.test.ts tests/self_join.test.ts tests/server_recall_shared.test.ts tests/server_self_join.test.ts tests/server_shared_announce.test.ts tests/client_announce.test.ts tests/server_render_fence.test.ts tests/server_render_hostile.test.ts tests/server_cli_dispatch.test.ts tests/client_free_onboard.test.ts tests/client_upgrade_nag.test.ts tests/client_recall_cache.test.ts tests/client_recall_cache_default.test.ts tests/client_recall_cache_lock.test.ts tests/client_seq_commitment.test.ts tests/server_json_registry.test.ts tests/client_stale_temp_sweep.test.ts tests/erasure_feed.test.ts tests/client_share_reissue.test.ts tests/server_share_reissue.test.ts tests/client_share_events.test.ts tests/client_share_events_transport.test.ts tests/share_states_file.test.ts tests/feed_state_file.test.ts tests/server_share_events.test.ts", "prepublishOnly": "npm run build && npm run typecheck && npm test" }, "files": [ "dist", "LICENSE", "README.md", "llms-install.md", "CHANGELOG.md" ], "publishConfig": { "access": "public" }, "keywords": [ "ai-agent-memory", "agent-memory", "memory", "long-term-memory", "llm-memory", "portable-memory", "persistent-memory", "encrypted-memory", "sovereign-memory", "client-side-encryption", "non-custodial", "post-quantum", "mcp", "mcp-server", "model-context-protocol", "saihm", "ai-agents", "free-tier", "claude-code", "claude-desktop", "cursor", "gdpr" ], "license": "Apache-2.0", "author": "SAIHM", "homepage": "https://saihm.coti.global", "repository": { "type": "git", "url": "git+https://github.com/SAIHM-Admin/saihm-mcp-server-pro.git" }, "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@saihm/client-pro": "^0.1.5", "zod": "^4.4.3" }, "devDependencies": { "@noble/post-quantum": "^0.6.1", "@types/node": "^25.9.0", "tsx": "^4.22.2", "typescript": "^6.0.3" } }