← ClaudeAtlas

mcp_managerlisted

MCP server discovery, installation, configuration, health checks.
jxoesneon/Ciel · ★ 1 · AI & Automation · score 78
Install: claude install-skill jxoesneon/Ciel
# mcp_manager Manage MCP servers. ## Operations - `mcp.list()` — installed servers. - `mcp.search(capability)` — discover matches. - `mcp.install(pkg_or_url)` — install server (Council-gated). - `mcp.configure(server, config)` — edit settings.json entries. - `mcp.invoke(server, tool, args)` — runtime-adapter call. - `mcp.ping(server)` — health. ## I/O Contract ```yaml io_contract: input: { op, args } output: { result } idempotent: depends side_effects: [fs, network, state_mutation] ``` ## Safety - Installs are mid-risk minimum (Council). - Server invocations respect the host's MCP policy and Ciel's permission rules. - Added servers recorded in `~/.ciel/acquisition/sources.json` with trust tracking.