Invite-only.
Connect

Supermaven

Supermaven is best known for fast inline completion, but its Chat mode (Enterprise) supports MCP servers. Wire Dock into the chat config to pull workspace context on demand.

Client
Supermaven
Fast inline completion. Chat-mode MCP on enterprise tier.
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

  • Supermaven Enterprise (Chat + MCP).
  • A Dock dk_ key.
Config file
~/.supermaven/chat.json
chat.jsonjson
{
  "mcpServers": {
    "dock": {
      "url": "https://trydock.ai/api/mcp",
      "headers": {
        "Authorization": "Bearer dk_live_c914f1c6..."
      }
    }
  }
}

Troubleshooting

Symptom
Fix
Inline completions ignore Dock context
MCP only augments Chat, not inline completion. Invoke Chat to use Dock tools.

Related