Skip to main content
Glama

VaultMesh Architect MCP Server

v1.0.0.mdβ€’3.97 kB
## πŸœ„ VaultMesh-Architect-MCP v1.0.0 β€” The Self-Governing Loop Release date: YYYY-MM-DD Tag: `v1.0.0` Commit: `main` β†’ production baseline ### 🌐 Overview VaultMesh-Architect-MCP v1.0.0 establishes the Model Context Protocol gateway and Digital-Twin Constitution, enabling AI agents and human operators to manage VaultMesh infrastructure through secure, auditable rituals. This release completes the self-governing loop: > Fetch β†’ Amend β†’ Propose β†’ Approve β†’ Sign β†’ Anchor β†’ Verify ### 🧩 Core Components | Category | Highlights | | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | | MCP Server | Node-based JSON-RPC stdio server exposing VaultMesh tools | | Tools | `spawn_subsystem`, `compute_merkle_root`, `multi_anchor`, `invoke_tem`, `generate_lawchain_entry`, `issue_capability`, `get_phase`, `evolve_phase` | | Governance | `sign_constitution`, `propose_charter`, `approve_charter` β€” full LAWCHAIN charter flow | | Resources | `spec://digital-twin/constitution` β€” first-class YAML spec for the digital-twin architecture | | Prompts | `amend_constitution` prompt (fetch β†’ edit β†’ diff β†’ propose β†’ DAO message) | | CLI Workflow | `scripts/amend_constitution.sh` β€” terminal ritual mirroring the prompt | | CI Pipelines | `mcp-tests.yml` (E2E + property tests) and `cli-dryrun.yml` (canary for JSON-RPC stability) | | Tests & Coverage | > 97% lines, > 82% branches via Vitest + c8 | | Docs | README with badges, terminal workflow examples, and Constitution Resources section | ### βš™οΈ Integrating with Other Mesh Nodes 1. Run the MCP Server on each node: `node server.js --stdio --heartbeat` 2. Expose the Constitution resource for discovery: `spec://digital-twin/constitution` 3. Federate governance by mirroring LAWCHAIN entries and anchoring receipts across nodes. 4. Amendment process: `propose_charter` β†’ review (prompt/CLI) β†’ `approve_charter` β†’ `sign_constitution` β†’ `multi_anchor`. 5. Verify by validating Merkle roots and signatures on each node. ### πŸœƒ Metrics & Badges | Workflow | Badge | | ----------- | -------------------------------------------------------------------------------------------------------------------- | | Tests | ![Tests](https://github.com/VaultSovereign/vaultmesh-architect-mcp/actions/workflows/mcp-tests.yml/badge.svg) | | CLI Dry-Run | ![CLI Dry-Run](https://github.com/VaultSovereign/vaultmesh-architect-mcp/actions/workflows/cli-dryrun.yml/badge.svg) | | Coverage | ![Coverage](https://img.shields.io/badge/coverage-97%25-brightgreen) | ### 🜏 Checksums & Artifacts - Release bundle (optional): `vaultmesh-architect-mcp-v1.0.0.tar.gz` - Proof: anchor via `tools/multi_anchor` β†’ RFC-3161 + ETH + BTC (when DRY_RUN=false) ### πŸœ‚ Quote > β€œEvery Mesh node now carries its own Constitution β€” auditable, amendable, and eternally provable.”

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VaultSovereign/vaultmesh-architect-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server