Invite-only.
Connect

Flowise

Flowise bills itself as low-code LangChain. Its MCP Tool node wraps any remote MCP server so you can drag Dock onto your agent canvas.

Client
Flowise
Low-code LLM flow builder. MCP Tool node.
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

  • Flowise (cloud or self-hosted).
  • A Dock dk_ key.
Node
Tools · MCP · Remote Streamable HTTP
MCP node configjson
{
  "url": "https://trydock.ai/api/mcp",
  "headers": {
    "Authorization": "Bearer dk_live_c914f1c6..."
  }
}

Troubleshooting

Symptom
Fix
Node errors on save
Older Flowise versions only supported stdio MCP. Upgrade, or use the @trydock/mcp bridge as a stdio fallback.

Related