One binary, two faces: Statecraft governance verbs as a CLI for humans and an MCP server for agents. OPC's successor.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"statecraft-cli": {
"command": "cargo",
"args": [
"run",
"--",
"statecraft-cli"
]
}
}
}
Run in terminal:
claude mcp add statecraft-cli cargo run -- statecraft-cli
Add to .cursor/mcp.json:
{
"mcpServers": {
"statecraft-cli": {
"command": "cargo",
"args": [
"run",
"--",
"statecraft-cli"
]
}
}
}