ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use AWS CodeBuild with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Deterministic sizing and limits calculator for AWS CodeBuild projects.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 3 capabilities

The complete AWS CodeBuild capability set.

These are the exact actions your AI can choose when you ask it to work with AWS CodeBuild.

Capability set01 / 01

01-03

3 capabilities in this set.

Part of 3 available through AWS CodeBuild.

  1. 01

    Calculate project constraints

    Validates the buildspec and timeout against AWS hard limits

  2. 02

    Calculate compute and config

    Maps resource requirements to specific AWS CodeBuild compute types and network configurations

  3. 03

    Calculate resource sizing

    Determines recommended storage, concurrency, and variable limits

Observed, not estimated

864ms average. Fast in production.

AWS CodeBuild is checked daily against the live service.

Daily averagePeak 1011ms
Aug 20Today
Fastest day
700ms
Slowest day
1011ms
14-day trend
Stable+2%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 3 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of AWS CodeBuild, so you can see the experience inside your AI.

It does not authenticate your account with AWS CodeBuild. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

AWS CodeBuild Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_ViwwoZVDXE2fhXkFg1zp7VIbRekc4L8WxIb90mtd/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — AWS CodeBuild capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "aws-codebuild-project-sizing-calculator-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_ViwwoZVDXE2fhXkFg1zp7VIbRekc4L8WxIb90mtd/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions AWS CodeBuild owners ask.

  • 01

    How do I know if my buildspec is too large?

    You can use the calculate_project_constraints capability. It will check your buildspec size against the 64 KB hard limit and flag it if it exceeds the allowed value.

  • 02

    Can I run Docker builds with this capability?

    Yes. By using calculate_compute_and_config, you can specify if your build requires Docker. The capability will then determine if privileged mode is required for your configuration.

  • 03

    What are the concurrency limits for Linux builds?

    The calculate_resource_sizing capability will recommend a concurrency limit of 60 for Linux-based environments.