Back to Apps

Stakpak
by stakpak
Security-hardened DevOps agent for autonomous infrastructure management, Kubernetes debugging, and CI/CD automation.
0 stars
Works in:zed
Exposes:ToolsResources
What it does
Stakpak is a comprehensive DevOps agent designed to live on your machines 24/7, keeping applications running autonomously. It connects to your local system, Docker, and Kubernetes environments to automate infrastructure tasks while maintaining strict security guardrails.
Tools
- Local Command Execution: Safe execution of shell commands with backup and recovery.
- Infrastructure Indexing: Semantic search and indexing for Terraform, Kubernetes, and Dockerfiles.
- Secret Substitution: Works with credentials securely without exposing actual values to the LLM.
- Warden Guardrails: Network-level policies to block destructive operations.
- Documentation Research: Built-in web search for technical cloud and framework documentation.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"stakpak": {
"command": "stakpak",
"args": ["mcp", "start"]
}
}
}
Supported hosts
- Claude Desktop
- Zed (via ACP)
Quick install
brew install stakpakInformation
- Pricing
- free
- Published
- 7/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
Add to settings.json: "agent_servers": { "Stakpak": { "command": "stakpak", "args": ["acp"] } }Claude Desktop
{
"mcpServers": {
"stakpak": {
"command": "stakpak",
"args": ["mcp", "start"]
}
}
}





