{ "name": "klypix-mcp", "version": "1.86.2", "mcpName": "io.github.dahshanlabs/klypix-mcp", "description": "Active state management for multi-agent coding: a shared, versioned project brain over MCP.", "type": "module", "license": "Apache-2.0", "keywords": [ "mcp", "model-context-protocol", "multi-agent", "agent-coordination", "project-memory", "project-continuity", "coding-agent", "context-engineering", "a2a", "agent2agent", "agent-interoperability", "canvas", "agent", "agent-memory", "local-first", "klypix", "ai" ], "homepage": "https://github.com/dahshanlabs/klypix-mcp#readme", "repository": { "type": "git", "url": "https://github.com/dahshanlabs/klypix-mcp" }, "bugs": { "url": "https://github.com/dahshanlabs/klypix-mcp/issues", "email": "hello@klypix.com" }, "bin": { "klypix-mcp": "bin/klypix-mcp.mjs", "klypix-conformance": "bin/klypix-conformance.mjs", "klypix-link": "bin/klypix-link.mjs", "klypix-doctor": "bin/klypix-doctor.mjs", "klypix-runtime": "bin/klypix-runtime.mjs", "klypix-a2a": "bin/klypix-a2a.mjs", "klypix-read": "bin/klypix-read.mjs", "klypix-write": "bin/klypix-write.mjs", "klypix-append": "bin/klypix-append.mjs", "klypix-install": "bin/klypix-install.mjs", "klypix-uninstall": "bin/klypix-uninstall.mjs", "klypix-project-map": "bin/klypix-project-map.mjs", "klypix-orphans": "bin/klypix-orphans.mjs" }, "main": "index.mjs", "exports": { ".": "./index.mjs", "./format": "./src/klypix-format.mjs", "./core": "./src/klypix-core.mjs", "./presence": "./src/agent-presence.mjs", "./mcp-presence": "./src/mcp-presence.mjs", "./result-reconcile": "./src/result-reconcile.mjs", "./release-evidence": "./src/release-evidence.mjs", "./presence-relay": "./src/presence-relay.mjs", "./supervisor": "./src/mcp-supervisor.mjs", "./runtime-inspector": "./src/runtime-inspector.mjs", "./runtime": "./src/runtime-inspector.mjs", "./project-graph": "./src/project-graph.mjs", "./auto-update": "./src/mcp-auto-update.mjs" }, "files": [ "src", "bin", "examples", "index.mjs", "FORMAT.md", "BENCHMARKS.md", "README.md", "A2A.md", "LICENSE", "NOTICE" ], "engines": { "node": ">=20" }, "scripts": { "test:project-graph": "node test/project-graph.mjs", "bench": "node bin/klypix-mcp.mjs bench", "test:bench": "node test/bench.mjs", "pretest": "node test/publish-workflow.mjs", "test": "node test/publish-verdict.mjs && node test/project-graph.mjs && node test/project-map-cli.mjs && node test/mcp-auto-update.mjs && node test/mcp-supervisor.mjs && node test/runtime-inspector.mjs && node test/codex-hooks.mjs && node test/request-identity.mjs && node test/session-identity-core.mjs && node test/agent-presence.mjs && node test/message-delivery-v3.mjs && node test/claude-message-delivery-v3.mjs && node test/result-reconcile.mjs && node test/evidence-publication-gate.mjs && node test/release-evidence-cli.mjs && node test/intent-guard.mjs && node test/git-capture-install.mjs && node test/brain-history.mjs && node test/brain-graveyard.mjs && node test/archived-visibility.mjs && node test/finding-routing.mjs && node test/finding-routing-hook.mjs && node test/presence-relay.mjs && node test/install-version.mjs && node test/install-rename-backoff.mjs && node test/project-binding-rebind.mjs && node test/context-gateway.mjs && node test/repo-state.mjs && node test/released-tag-guard.mjs && node test/conformance.mjs && node test/brain-doctor.mjs && node test/version-currency.mjs && node test/ship-capture.mjs && node test/capture-gap.mjs && node test/lane-message.mjs && node test/brain-quality.mjs && node test/brain-connect-orphans.mjs && node test/orphan-gardener.mjs && node test/brief-and-recall.mjs && node test/guard-cards.mjs && node test/layout-cluster.mjs && node test/brain-ask.mjs && node test/retrieval-fusion.mjs && node test/eval-retrieval.mjs && node test/field-report-2026-07-04.mjs && node test/autoprop.mjs && node test/overlay-recency-2026-07-12.mjs && node test/brain-challenge.mjs && node test/brain-lens.mjs && node test/brain-kind.mjs && node test/rule-drafts.mjs && node test/claim-engine.mjs && node test/partial-notes.mjs && node test/lifecycle-prefix.mjs && node test/close-link-safety.mjs && node test/resolve-ledger.mjs && node test/plan-fulfillment.mjs && node test/skill-staleness.mjs && node test/canvas-view.mjs && node test/status-completeness.mjs && node test/semantic-security.mjs && node test/semantic-gate.mjs && node test/memory-runtime.mjs && node test/semantic-cache.mjs && node test/enrichment.mjs && node test/hook-fallback.mjs && node test/eval-hook-lane.mjs && node test/decay-status.mjs && node test/decay-hook.mjs && node test/marker-suffix-grammar.mjs && node test/evidence-anchors.mjs && node test/brain-evidence.mjs && node test/presence-visibility.mjs && node test/undeclared-active.mjs && node test/presence-liveness.mjs && node test/observed-scope.mjs && node test/release-lease.mjs && node test/release-reconcile.mjs && node test/release-ancestry.mjs && node test/release-claim-join.mjs && node test/release-claims.mjs && node test/release-handshake.mjs && node test/completion-guard.mjs && node test/merge-brains.mjs && node test/concurrent-writes.mjs && node test/lock-interop.mjs && node test/capture-write-failure.mjs && node test/a2a-smoke.mjs && node test/one-command-setup.mjs && node test/cli-args.mjs && node test/format-guard.mjs && node test/canvas-groups.mjs && node test/git-tools.mjs && node test/uninstall.mjs && node test/current-guidance.mjs && node test/status-shape.mjs && node test/status-hook.mjs", "test:memory": "node test/memory-runtime.mjs", "test:memory:soak": "node --expose-gc test/memory-soak.mjs", "runtime": "node bin/klypix-runtime.mjs", "eval:retrieval": "node scripts/eval-retrieval.mjs", "eval:hook-lane": "node scripts/eval-hook-lane.mjs", "eval:hook-lane:build": "node scripts/build-hook-eval-set.mjs" }, "dependencies": { "@modelcontextprotocol/ext-apps": "^1.7.5", "@modelcontextprotocol/sdk": "^1.30.0", "fractional-indexing": "^3.2.0", "jszip": "^3.10.1", "zod": "^4.3.6" }, "devDependencies": { "@huggingface/transformers": "^4.2.0" } }