← Browse

@lvlup-sw/exarchos

A

MCP server package @lvlup-sw/exarchos

mcp_servermcp

Install

agr install @lvlup-sw/exarchos --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@lvlup-sw/exarchos", "version": "2.12.0-preview.3", "description": "Structure for agentic development — durable SDLC workflows, convergence gates, agent teams, and audit trails for Claude Code", "type": "module", "files": [ "dist/bin", "agents", "commands", "skills", "rules", "scripts", "hooks", "settings.json", ".claude-plugin", "CLAUDE.md.template", "AGENTS.md", "!/*.test.sh", "!/.test.ts", "!/test-fixtures", "!/trigger-tests" ], "scripts": { "build": "npm run codegen:runtimes && tsc && npm run build:binary && npm run build:skills && npm run build:hooks", "build:binary": "bun run scripts/build-binary.ts --all", "codegen:runtimes": "bun run scripts/codegen-runtimes.ts", "runtimes:guard": "npm run codegen:runtimes && git diff --exit-code -- src/runtimes/embedded.ts || (echo 'src/runtimes/embedded.ts is out of sync with runtimes/.yaml — run npm run codegen:runtimes' && exit 1)", "generate:agents": "tsx servers/exarchos-mcp/src/agents/generate-agents.ts", "build:skills": "npm run generate:agents && node dist/build-skills.js", "build:hooks": "node dist/build-hooks.js", "lint:inv6": "node scripts/lint-inv6.mjs skills-src/", "lint:test-first-drift": "node scripts/lint-test-first-drift.mjs commands agents skills-src", "lint:invariants": "tsx servers/exarchos-mcp/src/architecture/vocabulary-lint-cli.ts", "desc:budget-guard": "tsx servers/exarchos-mcp/src/architecture/description-budget-cli.ts", "skills:guard": "node dist/skills-guard.js && (npm run lint:inv6 || true) && npm run lint:test-first-drift", "hooks:guard": "node dist/hooks-guard.js", "prepare": "tsc", "bench": "cd servers/exarchos-mcp && npx vitest bench", "bench:plan-format": "tsx servers/exarchos-mcp/src/evals/benchmarks/plan-format-corpus.ts", "test": "vitest", "test:unit": "vitest run --project unit --project integration", "test:process": "vitest run --project process --passWithNoTests", "test:all": "vitest run", "test:outcome": "vitest run --project outcome", "test:run": "npm run test:unit", "typecheck": "tsc --noEmit", "version:sync": "bash scripts/sync-versions.sh", "version:check": "bash scripts/sync-versions.sh --check", "validate": "bash scripts/validate-plugin.sh && node scripts/check-prefix-fingerprint.mjs && node scripts/check-prose-lint.mjs && node scripts/check-event-store-composition-root.mjs && node scripts/check-query-upcast-choke-point.mjs && node scripts/check-no-state-json.mjs && node scripts/check-single-workflow-fold.mjs", "docs:dev": "cd documentation && npm run docs:dev", "docs:build": "cd documentation && npm run docs:build", "docs:preview": "cd documentation && npm run docs:preview", "lint:windows": "eslint "servers/exarchos-mcp/src/**/.ts"" }, "keywords": [ "claude-code-plugin", "sdlc", "workflow", "agent-governance", "agent-teams", "event-sourcing", "code-review", "quality-gates", "tdd", "durable-workflows", "audit-trail" ], "author": "lvlup-sw", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/lvlup-sw/exarchos.git" }, "homepage": "https://github.com/lvlup-sw/exarchos#readme", "bugs": { "url": "https://github.com/lvlup-sw/exarchos/issues" }, "devDependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@types/js-yaml": "^4.0.9", "@types/node": "^22.0.0", "dependency-cruiser": "^17.4.3", "eslint": "^9.39.4", "knip": "^6.6.2", "tsx": "^4.21.0", "typescript": "^5.0.0", "typescript-eslint": "^8.62.0", "vitest": "^3.0.0", "zod": "^4.3.6" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "@inquirer/prompts": "^8.2.1", "js-yaml": "^4.1.1" }, "workspaces": [ "packages/" ] }

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-7130ad1da84e2026-08-06