JSPM

@morphism-systems/mcp-server

0.1.8
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 43
  • Score
    100M100P100Q84193F
  • License BUSL-1.1

Governance MCP server — validation, maturity scoring, convergence and drift metrics

Package Exports

  • @morphism-systems/mcp-server
  • @morphism-systems/mcp-server/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@morphism-systems/mcp-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@morphism-systems/mcp-server

Governance MCP server for AI agents. Validate governance policies, compute maturity scores, track convergence and drift metrics.

Install

npx @morphism-systems/mcp-server

MCP Config

{
  "mcpServers": {
    "morphism-governance": {
      "command": "npx",
      "args": ["@morphism-systems/mcp-server"]
    }
  }
}

Tools

Tool Description
governance_validate Run full governance validation pipeline
governance_score Compute maturity score (0-125)
compute_kappa Convergence metric (kappa < 1 = converging)
compute_delta Drift metric between governance states
ssot_verify Verify SSOT integrity

Example

// Tool: governance_score
// Input: { "project_path": "/path/to/your/project" }
// Output:
{
  "score": 125,
  "max": 125,
  "level": "optimizing"
}

// Tool: compute_kappa
// Input: { "governance_vector": [1, 1, 1, 1, 1, 1, 1] }
// Output:
{
  "kappa": 0,
  "converging": true,
  "method": "vector_linf_formal",
  "interpretation": "Fixed point: governance is fully compliant"
}

Why Morphism

Governance-as-code with mathematical guarantees. Learn more.

License

Business Source License 1.1 (BUSL-1.1) — Change Date 2030-02-20, Change License Apache 2.0