ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Deno Deploy with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage your Deno Deploy infrastructure. list apps, create deployments, and stream logs directly from your AI agent.

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 · 15 capabilities

The complete Deno Deploy capability set.

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

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 15 available through Deno Deploy.

  1. 01

    Create layer

    Create a new layer for sharing environment variables

  2. 02

    List projects

    List projects in an organization (v1 API)

  3. 03

    List revisions

    List revisions for an app

  4. 04

    Update layer

    Update an existing layer

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 15 available through Deno Deploy.

  1. 05

    Get app

    Get details for a specific Deno Deploy app

  2. 06

    Get build logs

    Stream build logs for a revision

  3. 07

    Get revision progress

    Stream revision progress (SSE)

  4. 08

    Get app logs

    Query application logs

Capability set03 / 04

09-12

4 capabilities in this set.

Part of 15 available through Deno Deploy.

  1. 09

    Create app

    Create a new Deno Deploy application

  2. 10

    Create deployment

    Create a new deployment (revision) for an app

  3. 11

    Create project deployment

    Create a deployment for a project (v1 API)

  4. 12

    Get organization

    Get organization details (v1 API)

Capability set04 / 04

13-15

3 capabilities in this set.

Part of 15 available through Deno Deploy.

  1. 13

    Get revision

    Get status of a specific revision

  2. 14

    List apps

    Supports pagination and label filtering. List Deno Deploy applications

  3. 15

    List domains

    List custom domains for an organization (v1 API)

Observed, not estimated

898ms average. Fast in production.

Deno Deploy is checked daily against the live service.

Daily averagePeak 1048ms
Sep 1Today
Fastest day
897ms
Slowest day
1048ms
14-day trend
Improving-14%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 15 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 Deno Deploy, so you can see the experience inside your AI.

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

Deno Deploy Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_It11hmorre7KEUzmsI7bahAYyXvsGCtAGFRzpxQj/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 — Deno Deploy capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "deno-deploy-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_It11hmorre7KEUzmsI7bahAYyXvsGCtAGFRzpxQj/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 Deno Deploy owners ask.

  • 01

    How can I check if my latest deployment was successful?

    You can use the get_revision_progress capability with your Revision ID to stream the real-time status, or get_revision to fetch the final state of a specific deployment.

  • 02

    Is it possible to view runtime errors for my application?

    Yes. Use the get_app_logs capability. You can filter by level (e.g., 'error') and set a query string to find specific issues within your application logs.

  • 03

    Can I manage environment variables across multiple apps?

    Absolutely. Use the create_layer and update_layer capabilities to create shared configuration layers that can be attached to your Deno Deploy applications.