Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
i.4Wiki
Agentic AI Atlas · Plugins (MCP)
docs/agent-mux/tutorials/pluginsa5c.ai
Search the atlas/
Wiki · linked records

Article and nearby pages

I.Current articlepp. 1 - 1
Cost trackingDocker Invocation ModeGetting StartedHooksKubernetes Invocation ModeMock Harness
I.
Wiki article

docs/agent-mux/tutorials/plugins

Reading · 1 min

Plugins (MCP) reference

agent-mux normalizes plugin management across adapters that support the Model Context Protocol. Under the hood it writes to each agent's MCP config file.

Page nodewiki/docs/agent-mux/tutorials/plugins.mdNearby pages · 9Documents · 0

Continue reading

Nearby pages in the same section.

Cost trackingDocker Invocation ModeGetting StartedHooksKubernetes Invocation ModeMock HarnessMulti-Agent DispatchRemote bootstrapSessions

Plugins (MCP)

agent-mux normalizes plugin management across adapters that support the **Model Context Protocol**. Under the hood it writes to each agent's MCP config file.

Which adapters support plugins?

AdaptersupportsPlugins
claudeyes
cursoryes
geminiyes
opencodeyes
openclawyes
codex, copilot, hermes, pi, omp, agent-mux-remoteno

Install

bash
amux plugin install claude @modelcontextprotocol/server-filesystem \
  --arg /workspace

Programmatic:

ts
await client.installPlugin({
  agent: 'claude',
  name: 'filesystem',
  command: 'npx',
  args: ['-y', '@modelcontextprotocol/server-filesystem', '/workspace'],
  env: {},
});

List

bash
amux plugin list claude

Returns InstalledPlugin[] with the name, command, args, and env currently configured.

Uninstall

bash
amux plugin uninstall claude filesystem

Where it writes

Each adapter points at its native MCP location — e.g. ~/.claude/settings.json for Claude Code, ~/.config/gemini/settings.json for Gemini. See the per-agent page for the exact file.

Registry

Plugin discovery uses the MCP registry at https://modelcontextprotocol.io. The registry is not currently searchable from the CLI (searchable: false), so you install by name.

Trail

Wiki
Babysitter Docs
agent-mux docs
Agent Mux Tutorials

Plugins (MCP)

Continue reading

Cost tracking
Docker Invocation Mode
Getting Started
Hooks
Kubernetes Invocation Mode
Mock Harness
Multi-Agent Dispatch
Remote bootstrap

Page record

Open node ledger

wiki/docs/agent-mux/tutorials/plugins.md

Documents

No documented graph nodes on this page.