Warp
Warp replaces the traditional terminal with a GPU-accelerated, block-based interface that includes an AI Agent Mode. When MCP servers are configured, Agent Mode can reach beyond the local shell and call external APIs, databases, or monitoring dashboards — all through natural-language prompts.
Agent Mode + MCP
Agent Mode turns Warp from a conventional shell into an AI assistant that interprets your intent, writes commands, and explains output. Adding MCP servers expands what Agent Mode can do — instead of being limited to shell utilities, it gains access to any capability exposed by an MCP tool.
This is especially useful when you want the agent to combine shell commands with cloud services: "find the slowest endpoint in the last 24 hours and open a draft PR with an optimization" can involve an MCP monitoring tool, local git commands, and file edits, all orchestrated in a single block.
Warp-specific advantages:
- Block-based output — each MCP result renders in its own collapsible block, keeping long sessions readable
- Team Warp Drive — share MCP-augmented workflows with your team via synced commands
- Command palette — access MCP tools from Ctrl+P search
- GPU rendering — smooth scrolling even with large MCP payloads
Setting Up
1. Get Your Vinkius URL
Go to Vinkius Cloud → Connection Tokens → Create. Copy the Streamable HTTP URL.
2. Add the MCP Server in Warp
Open Warp Settings (⌘/Ctrl+,) → Agent Mode → MCP Servers → Add Server.
Paste:
https://edge.vinkius.com/{TOKEN}/mcpGive it a name like "vinkius" and save.
3. Try It Out
Open Agent Mode (Ctrl+Shift+Space) and ask something that requires your MCP tools. Warp will show the tool invocation and results in a dedicated block.
FAQ
Can I add multiple MCP servers to Warp? Yes. Each server appears as a separate entry in the Agent Mode settings. All tools from all servers are available simultaneously.
Does Warp support stdio MCP servers? Warp supports both Streamable HTTP and stdio transports. For Vinkius Cloud, Streamable HTTP is used.
Is Warp free? Warp offers a free tier for individual use with limited Agent Mode queries. Team and enterprise plans remove those limits.
Is Warp available on Windows? Currently Warp runs on macOS and Linux. Windows support is on the roadmap.