Back to Apps

Amber
Supports UIby rdi-foundation
Capability-based compiler and runner for reproducible multi-runtime agent scenarios.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Orchestrates complex agent systems spanning multiple runtimes (local, Docker, VM). It uses a capability-routing model to strictly control which components can communicate, preventing ambient authority and reducing the blast radius of agent errors.
Tools
run: Launches a system description across multiple local runtimes.compile: Emits inspectable artifacts (Docker Compose, K8s, etc.) for shipping.check: Performs static validation of the system manifest tree.proxy: Bridges exports and outside services manually.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"amber": {
"command": "amber",
"args": ["run", "."]
}
}
}
Supported hosts
- Claude Desktop
- Local Shell
Quick install
npm install -g @rdif/amber@^0.4Information
- Pricing
- free
- Published
- 6/5/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"amber": {"command": "amber", "args": ["run", "."]}}}





