robinsjovoll/mandate-os
Operational guardrails for AI agents
Platform-specific configuration:
{
"mcpServers": {
"mandate-os": {
"command": "npx",
"args": [
"-y",
"mandate-os"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Operational guardrails for AI agents.
MandateOS is an open-core system:
Start with the public packages here, then connect them to the hosted control plane when you want team-wide operations and managed review flows.
Project site: getmandateos.com
packages/mandate-os-sdk: TypeScript SDK for mandate issuance, evaluation, grants, and verificationpackages/mandate-os-mcp: MCP server plus Cursor and Claude Code installer CLIspackages/mandate-os-openclaw: OpenClaw bridge, plugin bundle, and installerapps/mandate-os-homepage: public marketing homepage and its Azure Static Web Apps infrastructurescripts/releases/publish-mandate-os-packages.mjs: npm package release helperThe short version is:
More detail lives in OPEN_SOURCE_BOUNDARY.md.
pnpm install
pnpm build
pnpm testRun the homepage locally:
pnpm mandate-os:homepage:startUseful package commands:
pnpm mandate-os:mcp:build
pnpm mandate-os:cursor:install
pnpm maLoading reviews...