Connect
Amazon Q Developer
Amazon Q Developer supports MCP servers for its VS Code and JetBrains plugins (plus the CLI). Add Dock once and every Q session can read and write your Dock workspaces while you refactor.
Client
Amazon Q Developer
AWS coding agent. MCP via ~/.aws/amazonq/mcp.json.
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
- Amazon Q Developer Pro (includes MCP access).
- A Dock
dk_key.
Config file
~/.aws/amazonq/mcp.jsonReload
Restart the IDE or run "Amazon Q: Reload MCP servers".
~/.aws/amazonq/mcp.jsonjson
{
"mcpServers": {
"dock": {
"url": "https://trydock.ai/api/mcp",
"headers": {
"Authorization": "Bearer dk_live_c914f1c6..."
}
}
}
}Verify
In Amazon Q chattext
@dock list my workspacesTroubleshooting
Symptom
Fix
Amazon Q doesn't see
mcpServersOlder Q builds used
mcp_servers (underscore). Update the Q plugin, then retry.