Invite-only.
Connect

Kiro

Kiro is AWS's agentic coding IDE with native MCP support. Add Dock once and Kiro's spec-driven workflows can read and write Dock workspaces alongside your codebase.

Client
Kiro
AWS agentic IDE. MCP via Kiro 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

  • Kiro installed.
  • A Dock dk_ key.
Config file
~/.kiro/mcp.json
Reload
Kiro hot-reloads MCP configs on save.
~/.kiro/mcp.jsonjson
{
  "mcpServers": {
    "dock": {
      "url": "https://trydock.ai/api/mcp",
      "headers": {
        "Authorization": "Bearer dk_live_c914f1c6..."
      }
    }
  }
}

Verify

@dock list my workspaces

Troubleshooting

Symptom
Fix
Tools not offered in spec planning
Tools need to be enabled per-spec. Open the spec settings, check the boxes for the Dock tools you want available.

Related