Invite-only.
Connect

JetBrains AI Assistant

JetBrains IDEs with the AI Assistant plugin support remote MCP servers as of the 2025.3 release. Add Dock once in any JetBrains IDE and it's available in IntelliJ, PyCharm, WebStorm, and the rest.

Client
JetBrains AI Assistant
IntelliJ, PyCharm, WebStorm. MCP via plugin 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

  • JetBrains IDE 2025.3+ with AI Assistant enabled.
  • A Dock dk_ key.
UI path
Settings · Tools · AI Assistant · MCP Servers · Add
Config file (if editing directly)
~/Library/Application Support/JetBrains/<IDE>/options/ai-assistant-mcp.xml
UI form valuesjson
Name:   dock
URL:    https://trydock.ai/api/mcp
Headers:
  Authorization: Bearer dk_live_c914f1c6...

Verify

In AI Assistant chattext
List my Dock workspaces.

Troubleshooting

Symptom
Fix
MCP panel says "capability not available"
Upgrade the AI Assistant plugin to the latest build. MCP shipped mid-2025.

Related