Servers
C
Carapace
@jdesl55
Armor for your AI agent. Carapace is a local-first security system that protects autonomous AI agents from prompt injection and goal drift. It verifies actions against user-defined rules before execution, uses rotating HMAC keys that injected prompts can't forge, re-reads goals e
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"carapace": {
"command": "carapace-mcp",
"args": []
}
}
}