Back to Apps

Stakpak MCP
by stakpak
Connect your AI assistant to the Stakpak API to generate infrastructure code effortlessly.
0 stars
Works in:CursorWindsurf
Exposes:Tools
What it does
Stakpak MCP provides a bridge between AI agents and the Stakpak API, specializing in the generation of infrastructure-as-code. It allows developers to automate the creation of cloud resources and infrastructure blueprints directly from their IDE.
Tools
generate_infrastructure_code: Generates production-ready infrastructure code for a specified project based on Stakpak's internal logic.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"stakpak": {
"command": "npx",
"args": ["@stakpak/mcp@latest", "--output=resource"],
"env": {
"STAKPAK_API_KEY": "<your-stakpak-api-key>"
}
}
}
}
Supported hosts
- claude
- cursor
- windsurf
Quick install
npx @stakpak/mcpInformation
- Pricing
- freemium
- Published
- 7/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to .cursor/mcp.json: {"mcpServers": {"stakpak": {"command": "npx", "args": ["@stakpak/mcp@latest STAKPAK_API_KEY=<YOUR_API_KEY>"]}}}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json: {"mcpServers": {"stakpak": {"command": "npx", "args": ["@stakpak/mcp@latest"], "env": {"STAKPAK_API_KEY": "YOUR_API_KEY"}}}}Claude Desktop
{"mcpServers": {"stakpak": {"command": "npx", "args": ["@stakpak/mcp@latest", "--output=resource"], "env": {"STAKPAK_API_KEY": "<your-stakpak-api-key>"}}}}





