Install
$ agentstack add mcp-czpython-druks ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Druks
> [!WARNING] > Druks is under active development. Expect breaking changes and rough edges > before 1.0; main and latest are edge builds, not stable releases.
Druks is the self-hosted home for durable agent apps, running on the Claude and Codex subscriptions you already pay for. Ship comes bundled: autonomous software delivery from ticket to reviewed pull request.
An ordinary agent script loses its place when the process dies. A Druks workflow records the result of each completed durable operation in Postgres. After a restart or deploy, Druks replays the workflow and reuses those recorded results instead of repeating completed work. If the process was interrupted inside an operation, that operation may run again, so side effects still need idempotency. [Durability and recovery](docs/concepts.md#durability-and-recovery) explains the exact boundary.
Install
The installer supports three sandbox profiles backed by Drukbox:
exe(default) andaws: remote sandbox VMs, with Druks and Drukbox in Composedocker: local sandbox containers, with Drukbox running on the host
For a remote install:
bash extension workflow ──> durable step ──> agent ──> sandbox
│ │ │
│ │ └─ Claude or Codex harness
│ └─ result checkpointed in Postgres
├─ event ──> feed / extension reaction
└─ gate ──> wait for human or external system ──> resume
Platform and applications stay separate
Druks owns the execution and operating substrate:
- DBOS workflows and queues backed by Postgres
- typed human gates, cancellation, schedules, and observable run state
- Claude and Codex harness dispatch through isolated Drukbox sandboxes
- append-only events, live feeds, webhooks, notifications, MCP servers, and skills
- validated operator settings, encrypted MCP/OAuth secrets, and the dashboard shell
- extension discovery, API namespaces, and independent migration histories
An extension owns the application: its workflows, agents, domain models, routes, events, provider reactions, and optional dashboard pages. It is a normal Python distribution registered through the druks.extensions entry-point group. Installing the distribution registers it; Druks does not need an extension-specific plugin list.
The bundled ship extension is a concrete example. It coordinates coding agents through tickets and GitHub pull requests, but GitHub PR orchestration is ship behavior—not the definition of Druks.
Documentation
- Evaluating Druks: [Concepts and guarantees](docs/concepts.md)
- Installing locally: [Full local setup](docs/full-local.md)
- Operating a remote stack: [Deployment runbook](deploy/README.md)
- Configuring integrations and secrets: [Configuration](docs/configuration.md)
- Building an application: [Writing an extension](docs/writing-an-extension.md)
- Diagnosing a run or service: [Troubleshooting](docs/troubleshooting.md)
- Contributing to Druks: [Contribution guide](CONTRIBUTING.md)
- Reporting a vulnerability: [Security policy](SECURITY.md)
- All documentation: [Documentation index](docs/index.md)
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: czpython
- Source: czpython/druks
- License: MIT
- Homepage: https://druks.ai
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.