Agentdock
AgentDock runs a secure MCP (Multi‑Device Compute Protocol) runtime that lets AI agents safely execute code on your local machine, servers, or containers.
- •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.
mcp exec --image node:20-alpine --cmd "node -e 'console.log("AgentDock executed a Node script!")'" --env API_KEY=abcd1234Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Works after you add credentials — the setup agent will ask you for them.
mkdir -p ~/.claude/skills/agentdock && curl -fsSL https://workflowstacks.com/api/skills/agentdock/claude-skill -o ~/.claude/skills/agentdock/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
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.
- 1README.mdStart here — what it does and how to install it
- 2cmd/agentdock/main.goWhere the program starts running
- 3go.modDependencies and the commands it exposes
- 4.env.exampleThe API keys and settings you must provide
- 5internal/acp/adapter_identity_test.goInside internal/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Works after you add credentials — the setup agent will ask you for them.
mkdir -p ~/.claude/skills/agentdock && curl -fsSL https://workflowstacks.com/api/skills/agentdock/claude-skill -o ~/.claude/skills/agentdock/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More mcp-server tools founders pair with this one.