Configure supervised multi-provider agent workspaces with Craft Agents
Set up Craft Agents workspaces with connected sources, imported skills, MCP servers, permission modes, and session workflow states for supervised agent work.
Prerequisites
Craft Agents desktop app, one or more AI provider connections, optional MCP servers, REST APIs, local files, or Claude Code skills to import
Installation
Use the upstream install or setup path that matches your environment:
- git clone https://github.com/lukilabs/craft-agents-oss.git
- docker run -d \
Requirements and caveats from upstream:
- Fully supported. Stdio-based MCP servers run as local subprocesses on your machine. Point it at an npx command, a Python script, or any local binary. It just works.
-
Docker
- To enable TLS in Docker, mount your certificates and set the env vars:
Basic usage or getting-started notes:
-
One-Line Install (Recommended)
-
macOS / Linux:
-
bash
-
Extracted from upstream docs: https://raw.githubusercontent.com/craft-ai-agents/craft-agents-oss/HEAD/README.md