Connect
Warp
Warp's Agent Mode accepts remote MCP servers. Add Dock once and the Warp terminal can read and write your Dock workspaces alongside shell operations.
Client
Warp
AI-first terminal. MCP via Agent Mode settings.
HTTP JSON-RPC (streamable-http)
Dock MCP
trydock.ai/api/mcp
37 tools · OAuth 2.1 + DCR · Bearer
Auth path
1
Mint a
dk_ key in Dock Settings → API keys.2
Paste it as
Authorization: Bearer dk_… in the client config.3
Client calls Dock MCP directly on every request.
Prerequisites
- Warp installed (macOS, Linux, Windows) with Agent Mode enabled.
- A Dock
dk_key.
UI path
Warp · Settings · AI · MCP Servers · Add custom server
MCP server form values (as JSON)json
{
"name": "dock",
"url": "https://trydock.ai/api/mcp",
"headers": {
"Authorization": "Bearer dk_live_c914f1c6..."
}
}Verify
In Warp Agent Modetext
Using dock, list my workspaces.Troubleshooting
Symptom
Fix
Warp Agent can't see Dock tools
Agent Mode must be toggled on per session. Click the AI icon in the Warp input bar and pick "Agent Mode".