★ 114 stars
Rust
🤖 AI/LLM
Updated 1mo ago
Agent orchestration & security template featuring MCP tool building, agent2agent workflows, mechanistic interpretability on sleeper agents, and agent integration via CLI wrappers
View on GitHub →
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"
]
}
}
}
Topics
agent-frameworkagent-orchestrationagent-securityai-agentsai-governanceai-policyai-safetyclaude-codecodex-clidockergemini-cligithub-actionsmcpmechanistic-interpretabilitymodel-context-protocol