Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
i.4Wiki
Agentic AI Atlas · Plugins (MCP)
docs/adapters/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/adapters/tutorials/plugins

Reading · 1 min

Plugins (MCP) reference

adapters 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/adapters/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)

adapters 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, adapters-remoteno

Install

bash
adapters 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
adapters plugin list claude

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

Uninstall

bash
adapters 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
adapters docs
Agent Adapter 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/adapters/tutorials/plugins.md

Documents

No documented graph nodes on this page.