Deno Deploy Connector for AI agents.
15 live capabilities
Manage edge computing deployments and logs through your AI agent.
Waiting for input…
Why people use Deno Deploy
Deno Deploy for Edge Computing Log Management
With this Connector, you just ask your agent to pull the logs for you. You can query historical data or stream live build logs into your chat, letting you see the errors exactly where you're already working. You get the answers you need without the tab-switching fatigue.
What Vinkius changes
You get a direct command line for your Deno Deploy infrastructure inside your favorite AI chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Debugging production errors
A developer sees a 500 error and asks the agent to fetch the last 50 logs for the 'api-gateway' app to find the root cause.
- Real-world use case 02
Automating project deployments
A DevOps engineer needs to create a new deployment for a project and uses the agent to trigger create_project_deployment automatically.
- Real-world use case 03
Updating shared secrets
A platform team wants to update a shared secret across 10 apps and uses update_layer to push the change to all of them at once.
Complete set · 15capabilities
The complete Deno Deploy capability set.
These are the exact actions your AI can choose when you ask it to work with Deno Deploy.
01—04
4 capabilities in this set.
Part of 15 available through Deno Deploy.
- 01 Capability
Create deployment
Use create_deployment to trigger a new deployment for an app by uploading assets. This is how you push new code to the edge.
- 02 Capability
Create layer
Use create_layer to set up a new shared layer to manage environment variables for multiple apps. This is great for shared secrets.
- 03 Capability
Create project deployment
Use create_project_deployment to create a deployment for a specific project using the v1 API. This handles project-specific deployments.
- 04 Capability
List apps
Use list_apps to see all applications in your account with support for label filtering. This is the fastest way to see what's running.
05—08
4 capabilities in this set.
Part of 15 available through Deno Deploy.
- 05 Capability
List projects
Use list_projects to see all projects within your Deno Deploy organization. This helps you manage your different project groups.
- 06 Capability
List revisions
Use list_revisions to get a history of all previous deployments for a specific app. You can see what happened in past releases.
- 07 Capability
Update layer
Use update_layer to modify an existing shared environment layer to update variables across apps. This saves you from updating every app manually.
- 08 Capability
Get app
Use get_app to see the configuration and status for a specific Deno Deploy app. This helps you quickly check environment details without leaving your chat.
09—12
4 capabilities in this set.
Part of 15 available through Deno Deploy.
- 09 Capability
Get build logs
Use get_build_logs to stream live logs from a revision during the build process. This is perfect for watching a deployment happen in real-time.
- 10 Capability
Get organization
Use get_organization to pull the high-level details for your Deno Deploy organization. This gives you a quick overview of your account.
- 11 Capability
Get revision progress
Use get_revision_progress to watch the real-time progress of a deployment as it uploads assets. You can see exactly how far along a revision is.
- 12 Capability
Get revision
Use get_revision to check the current status of a specific app revision. It tells you if a deployment is running, failed, or succeeded.
13—15
3 capabilities in this set.
Part of 15 available through Deno Deploy.
- 13 Capability
List domains
Use list_domains to view all custom domains registered to your organization. This helps you keep track of your web presence.
- 14 Capability
Create app
Use create_app to provision a new Deno Deploy application through your AI agent. This lets you spin up new services with a single command.
- 15 Capability
Get app logs
Use get_app_logs to query the historical logs for a specific application. This helps you investigate past issues or errors.
Set up in minutes
One URL. Then ask Deno Deploy to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Deno Deploy from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_It11hmorre7KEUzmsI7bahAYyXvsGCtAGFRzpxQj/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Deno Deploy, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Deno Deploy for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_It11hmorre7KEUzmsI7bahAYyXvsGCtAGFRzpxQj/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Deno Deploy URL.
- Step 03
Save and start
Save the connection and enable Deno Deploy in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"deno-deploy": {
"url": "https://edge.vinkius.com/vk_preview_It11hmorre7KEUzmsI7bahAYyXvsGCtAGFRzpxQj/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Deno Deploy
Open Agent mode in chat and ask: "Using Deno Deploy, help me...". 15 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"deno-deploy": {
"url": "https://edge.vinkius.com/vk_preview_It11hmorre7KEUzmsI7bahAYyXvsGCtAGFRzpxQj/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Deno Deploy
Ask Copilot: "Using Deno Deploy, help me...". 15 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"deno-deploy": {
"url": "https://edge.vinkius.com/vk_preview_It11hmorre7KEUzmsI7bahAYyXvsGCtAGFRzpxQj/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Deno Deploy
Open Cascade and ask: "Using Deno Deploy, help me...". 15 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"deno-deploy": {
"url": "https://edge.vinkius.com/vk_preview_It11hmorre7KEUzmsI7bahAYyXvsGCtAGFRzpxQj/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Deno Deploy
Ask Cline: "Using Deno Deploy, help me...". 15 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add deno-deploy --transport http "https://edge.vinkius.com/vk_preview_It11hmorre7KEUzmsI7bahAYyXvsGCtAGFRzpxQj/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Deno Deploy
Ask Claude: "Using Deno Deploy, show me...". 15 tools are ready
Where the request belongs
Work Deno Deploy can move forward.
This is for the developer who is tired of switching tabs between their IDE and the Deno Deploy dashboard every time they need to debug a production issue or check a deployment status.
DevOps Engineer
Automates deployment checks and monitors health during releases without leaving the chat.
Full-stack Developer
Debugs production logs instantly while writing code to find errors faster.
Platform Team Lead
Manages shared layers and organization-wide configurations across multiple projects.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsVercel
Manage Vercel deployments, projects and domains via API. inspect builds, track deployments, manage env vars and domains from any AI agent.
Dokku
Manage self-hosted apps via Dokku. monitor containers, scale processes, handle environment variables, and stream logs directly from any AI agent.
Render
Automate your PaaS infrastructure via Render. list your services, deploy code, check logs, and scale resources directly from any AI agent.
Heroku (PaaS)
Manage Heroku apps via AI. list apps, restart dynos, toggle maintenance mode, and audit config vars.
Zeabur (PaaS Deployment)
Deploy services, manage containers, and send transactional emails via Zeabur PaaS directly from your AI agent.
Netlify
Modern web development platform. manage sites, deploys, and forms via AI.
Bring your own AI
Change the model, client or framework. Keep Deno Deploy connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Deno Deploy.
The practical details behind the request, access and result.
Can I use Deno Deploy MCP to check my logs?
Yes, you can use this Connector to pull historical logs or stream live logs directly into your AI chat. This helps you debug issues much faster than manual dashboard searching.
How do I manage Deno Deploy apps with an AI agent?
Once you connect this Connector to your AI client, you can use natural language to list your apps, check their status, and even create new ones without leaving your chat window.
Does Deno Deploy MCP support multiple projects?
Yes, it provides capabilities to list and manage projects within your organization, making it easy to handle complex multi-project infrastructures.
Can I update environment variables for all my apps at once?
Yes, by using the layers feature, you can manage shared environment variables. You can create or update a layer to push changes to all associated apps simultaneously.
Is Deno Deploy MCP safe for production?
Yes, it uses your Deno Deploy Personal Access Token to perform actions on your behalf. You maintain full control over the permissions granted to your agent.
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.
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.
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.
One connection away
Give your agent a direct line to Deno Deploy.
Connect Deno Deploy once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available