mcp-server

Agentdock

Secure MCP runtime for AI agents to operate local machines, servers, and containers with multi-device orchestration.
356 stars62 forksGoUpdated 8/25/2026100% free · open source
What it does

AgentDock runs a secure MCP (Multi‑Device Compute Protocol) runtime that lets AI agents safely execute code on your local machine, servers, or containers.

When to use it
  • You need an isolated, controllable environment where an LLM‑driven agent can run shell commands or Docker containers without giving it unrestricted host access.
  • Your product launches AI‑powered automation (e.g., data pipelines, image processing) and you want to orchestrate those jobs across multiple machines from a single control plane.
  • You want to test AI‑agent code locally before promoting it to a cloud‑hosted MCP server.
Ready-to-paste prompt
mcp exec --image node:20-alpine --cmd "node -e 'console.log("AgentDock executed a Node script!")'" --env API_KEY=abcd1234
Heads up: AgentDock requires a valid `--auth-token` (or `MCP_TOKEN` env var) for every client request; if the token is missing or mismatched the server will reject all commands.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

🔑 Needs an API key

Works after you add credentials — the setup agent will ask you for them.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/agentdock && curl -fsSL https://workflowstacks.com/api/skills/agentdock/claude-skill -o ~/.claude/skills/agentdock/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How Agentdock works
Codeflow
Free to inspect

Agentdock is a very large Go project (~81k lines across 571 code files, plus 32 test files). Setup is light: installs like a normal app — add your API keys. Reading the code is optional. Last commit this month, Apache-2.0 license, has a test suite.

Size
Very large codebase
~81k lines · 571 code files · days to read — use, don't read
Setup
One-command install
Installs like a normal app — add your API keys. Reading the code is optional.
Runs on
Go · Docker
Needs API keys (.env)
Go 70%Shell 8%Swift 8%PowerShell 7%C# 4%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    cmd/agentdock/main.go
    Where the program starts running
  3. 3
    go.mod
    Dependencies and the commands it exposes
  4. 4
    .env.example
    The API keys and settings you must provide
  5. 5
    internal/acp/adapter_identity_test.go
    Inside internal/ — the main logic begins here
What's in each folder
internal/Core code — the actual logic501 files
core-skills/Prompts, skills & agent definitions17 files
cmd/Command-line entry points10 files
docs/Documentation5 files
desktop/Folder56 files
scripts/Helper scripts38 files
packaging/Folder13 files
.github/CI / automation (GitHub Actions)4 files
READMEHas testsDocumentedCI checksDocker readyApache-2.0 licenseUpdated this month
Quick Actions
Details
Creator
uvwt
Language
Go
Category
mcp-server
Published
5/25/2026

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.