Connect
AnythingLLM
AnythingLLM's agent-skills framework accepts MCP servers. Add Dock as a skill and every workspace inside AnythingLLM can call its tools.
Client
AnythingLLM
Desktop + self-hosted RAG UI. MCP via Agent Skills panel.
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
- AnythingLLM installed (desktop or Docker).
- A Dock
dk_key.
UI path
Settings · Agent Skills · MCP Servers · Add
Server entryjson
{
"name": "dock",
"type": "http",
"url": "https://trydock.ai/api/mcp",
"headers": {
"Authorization": "Bearer dk_live_c914f1c6..."
}
}Troubleshooting
Symptom
Fix
Agent can't invoke tools
Enable the agent-mode toggle on the AnythingLLM workspace. MCP skills only fire when the workspace is in agent mode.