Invite-only.
Connect

Tabnine

Tabnine Chat's agent mode supports MCP servers on Pro and Enterprise tiers. Add Dock once in Settings and every chat can read, write, and seal rows without leaving the IDE.

Client
Tabnine
Enterprise coding AI. MCP support on the Pro/Enterprise tiers.
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

  • Tabnine Pro or Enterprise seat with agent features enabled.
  • A Dock dk_ key.
UI path
Tabnine · Settings · MCP · Add server
MCP server entryjson
{
  "name": "dock",
  "url": "https://trydock.ai/api/mcp",
  "headers": {
    "Authorization": "Bearer dk_live_c914f1c6..."
  }
}

Verify

@dock list my workspaces

Troubleshooting

Symptom
Fix
"MCP is an enterprise feature" banner
Upgrade your Tabnine seat, or use Claude Code instead.

Related