
Clanker
by bgdnvk
Autonomous systems engineering CLI agent for any cloud environment: AWS, GCP, Cloudflare, and more.
What it does
Clanker is a high-performance autonomous systems engineering agent designed to manage and inspect complex cloud environments. It allows users to ask natural language questions about their infrastructure and automatically generates or applies deployment plans across multiple providers including AWS, GCP, and Cloudflare.
Tools
clanker_version: Returns the currently installed Clanker version.clanker_route_question: Returns the internal routing decision for a specific prompt to determine the best execution path.clanker_run_command: Executes real Clanker CLI commands (likeaskoropenclaw) through the MCP interface.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"clanker": {
"command": "clanker",
"args": ["mcp", "--transport", "stdio"]
}
}
}
Supported hosts
Confirmed support for Claude Desktop and other MCP-compatible clients via stdio or HTTP transport.
Quick install
brew tap clankercloud/tap && brew install clankerInformation
- Pricing
- free
- Published
- 5/15/2026
- stars






