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-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-105) |
compute_kappa |
Convergence metric (kappa < 1 = converging) |
compute_delta |
Drift metric between governance states |
ssot_verify |
Verify SSOT integrity |
Why Morphism
Governance-as-code with mathematical guarantees. Learn more.
License
MIT