-
Notifications
You must be signed in to change notification settings - Fork 7
Agent Extensions
Manolis Tzanidakis edited this page Mar 15, 2026
·
1 revision
Extend agents with MCP servers, plugins, and skills — all managed per-agent from Mission Control. Extensions are applied automatically when containers start.
Extensions require
nix_enabled: trueon the agent. Dependencies are auto-installed via nix.
- MCP Servers — Connect agents to external tools via the Model Context Protocol
- Plugins — Claude Code marketplace plugins
- Skills — Custom instructions loaded into the agent's system prompt
Saving extensions in Mission Control stops the running agent container. On the next message:
- The gateway loads extensions from the DB, resolves any
secret:references from the vault - The resolved extensions are passed to the container as the
AGENT_EXTENSIONSenv var - The agent-runner auto-installs missing nix dependencies for stdio MCP server commands
- MCP servers are merged into the SDK
query()call; skills are written to disk; plugins are installed/enabled
Getting Started
Configuration
Features
Extensions
Operations