How to Use the Deno Deploy MCP in Cursor
Pull live Deno Deploy app data and logs directly into your code with Cursor. Stop guessing and start building.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Deno Deploy MCP to Cursor
Create your Vinkius account to connect Deno Deploy to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Code with Live Deno Deploy Data
The `get_app` and `list_apps` tools let Cursor's agent fetch real data about your Deno Deploy infrastructure. When you ask it to write a script that interacts with your apps, it won't use placeholders. The MCP server feeds it code with actual app IDs and properties. This changes how you build internal tools. Instead of tabbing over to the Deno Deploy dashboard to copy an app ID, just ask the agent. It pulls the data and injects it right into the code it's writing for you.
Debug with In-Editor Logs
This MCP Server connects Cursor directly to your application's output. Use `get_app_logs` to pull recent logs for a specific app into a comment block or a new file. You can analyze errors without ever leaving your editor. For active deployments, the `get_revision_progress` and `get_build_logs` tools give you a live stream. Cursor can display the output as it happens, so you can watch a build and fix issues in real time.
Script Deployments from your Editor
Automate your deployment process from your editor. The `create_deployment` tool allows Cursor's agent to push new revisions. You can describe the changes, and the agent can generate the command and execute it. You can also manage your app's configuration. Use `create_layer` to set up new shared environment variables or `update_layer` to change existing ones. It's like having a command line for Deno Deploy that understands plain English.
Set up Deno Deploy MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Deno Deploy MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Deno Deploy transactions." If the MCP tools are loaded correctly, Cursor will call the Deno Deploy tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"deno-deploy-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Deno Deploy. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Deno Deploy MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Deno Deploy MCP today
We host it, we monitor it, we maintain it. You just paste one token.