Repo guardian: MCP server and filesystem layer. Combined eviction of mcp-repo-guardian + repo-guardian-fs per #492.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"repo-guardian": {
"command": "cargo",
"args": [
"run",
"--",
"repo-guardian"
]
}
}
}
Run in terminal:
claude mcp add repo-guardian cargo run -- repo-guardian
Add to .cursor/mcp.json:
{
"mcpServers": {
"repo-guardian": {
"command": "cargo",
"args": [
"run",
"--",
"repo-guardian"
]
}
}
}