Agent orchestration & security template featuring MCP tool building, agent2agent workflows, mechanistic interpretability on sleeper agents, and agent integration via CLI wrappers
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"template-repo": {
"command": "cargo",
"args": [
"run",
"--",
"template-repo"
]
}
}
}
Run in terminal:
claude mcp add template-repo cargo run -- template-repo
Add to .cursor/mcp.json:
{
"mcpServers": {
"template-repo": {
"command": "cargo",
"args": [
"run",
"--",
"template-repo"
]
}
}
}