Invite-only.
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.json
Reload
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 workspaces

Troubleshooting

Symptom
Fix
Amazon Q doesn't see mcpServers
Older Q builds used mcp_servers (underscore). Update the Q plugin, then retry.

Related