Tamper-evident integrity monitor for the MCP config & server files your local AI agents load.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"heimdall": {
"command": "cargo",
"args": [
"run",
"--",
"Heimdall"
]
}
}
}
Run in terminal:
claude mcp add heimdall cargo run -- Heimdall
Add to .cursor/mcp.json:
{
"mcpServers": {
"heimdall": {
"command": "cargo",
"args": [
"run",
"--",
"Heimdall"
]
}
}
}