Stakpak MCP Server
OfficialGenerate infrastructure code for a project through the Vercel API
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Stakpak MCP Servergenerate Docker infrastructure for my web app"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Stakpak MCP Server
A MCP server that connects to Stakpak API.
Usage
Stakpak API Key
Before using the MCP server, you'll need to obtain a Stakpak API key. You can get your API key by:
Visiting Stakpak's website
Logging into your account
Going to your profile and navigating to the API keys section
For detailed instructions, see the Stakpak API Key Management documentation.
Claude Desktop
To install in a project, add the MCP server to your
claude_desktop_config.json:
{
"mcpServers": {
"stakpak": {
"command": "npx",
"args": ["@stakpak/mcp@latest", "--output=resource"],
"env": {
"STAKPAK_API_KEY": "<your-stakpak-api-key>"
}
}
}
}Cursor
To install in a project, add the MCP server to your
.cursor/mcp.json:
{
"mcpServers": {
"stakpak": {
"command": "npx",
"args": ["@stakpak/mcp@latest STAKPAK_API_KEY=<YOUR_API_KEY>"]
}
}
}To install globally, add this command to your Cursor settings:
npx @stakpak/mcp STAKPAK_API_KEY=<your-stakpak-api-key>Windsurf
Add the MCP server to your
~/.codeium/windsurf/mcp_config.jsonfile:
{
"mcpServers": {
"stakpak": {
"command": "npx",
"args": ["@stakpak/mcp@latest"],
"env": {
"STAKPAK_API_KEY": "YOUR_API_KEY"
}
}
}
}Related MCP server: Stack AI MCP Server
Tools
This MCP server provides the following tools for interacting with the Vercel API:
Generation
generate_infrastructure_code- Generate infrastructure code for a project
Development
To set up the development environment:
Clone the repository:
git clone https://github.com/stakpak/mcp.git
cd mcpInstall dependencies:
bun installBuild the project:
bun buildInstall the MCP server globally:
npx @modelcontextprotocol/inspector node <path-to-your-build-file> -e STAKPAK_API_KEY=<your-stakpak-api-key>Add the MCP server to your project:
IDE Integration
The MCP server can be integrated with various IDEs:
Cursor
Add the MCP server to your .cursor/mcp.json:
{
"mcpServers": {
"stakpak": {
"command": "node",
"args": [
"<path-to-your-build-file> STAKPAK_API_KEY=<your-stakpak-api-key>"
]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
FlicenseNot gradedqualityNot gradedmaintenanceEnables users to connect and run Stack AI workflows directly through MCP-compatible clients. It allows for passing user inputs to specific projects and receiving structured responses from deployed AI applications.1- FlicenseNot gradedqualityDmaintenanceConnects to Stack AI workflows, allowing you to run workflows and pass user inputs through MCP-compatible clients.
- FlicenseAqualityCmaintenanceGenerates complete, production-ready REST, GraphQL, and microservice APIs with built-in security, validation, and deployment configurations.5
- AlicenseNot gradedqualityCmaintenanceConnects Claude Code to any ObjectStack deployment, enabling discovery, querying, and updating of objects and records, plus running business actions, all under user permissions and row-level security.Apache 2.0
Related MCP Connectors
Generate a typed SDK, CLI, and MCP server from any OpenAPI or GraphQL spec, and keep them current.
Designs, prices, and deploys AWS/GCP cloud infrastructure from plain-English requirements.
Deploy apps on your cloud. Create environments, configure infrastructure, and monitor jobs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stakpak/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server