Document integrity layer for AI agents — structured patches, versioned history, model-free revert (MCP server)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kalkan": {
"command": "npx",
"args": [
"-y",
"cwmusto/kalkan"
]
}
}
}
Run in terminal:
claude mcp add kalkan npx -y cwmusto/kalkan
Add to .cursor/mcp.json:
{
"mcpServers": {
"kalkan": {
"command": "npx",
"args": [
"-y",
"cwmusto/kalkan"
]
}
}
}