@morphism-systems/mcp-server
v0.1.3
Published
Governance MCP server — validation, maturity scoring, convergence and drift metrics
Maintainers
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-serverMCP 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
