cli-mcp
Inspects and manages the MCP server, including tools, permissions, and activity logs.
Installation
Paste this into Claude Code, Cursor, or any agent that can run commands.
SKILL.mdShow the author's original SKILL.md
--- name: cli-mcp description: Inspect the MCP server status, list registered tools and scopes, run tool invocations, and manage MCP audit logs from the CLI. --- <!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten --> ## Overview Inspect the MCP server status, list registered tools and scopes, run tool invocations, and manage MCP audit logs from the CLI. ## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` ## Subcommands ### `mcp` **Example:** ```bash omniroute mcp ``` ### `mcp status` Show MCP server status **Flags:** - `--json` **Example:** ```bash omniroute mcp status ``` ### `mcp restart` Restart the MCP server **Example:** ```bash omniroute mcp restart ``` ### `mcp enable` **Flags:** - `--transport <transport>` **Example:** ```bash omniroute mcp enable ``` ### `mcp disable` **Example:** ```bash omniroute mcp disable ``` ### `mcp call <tool> [argsJson]` **Flags:** - `--args <json>` - `--args-file <path>` - `--stream` - `--scope <s>` **Example:** ```bash omniroute mcp call <tool> [argsJson] ``` ### `mcp scopes` **Flags:** - `--tool <name>` **Example:** ```bash omniroute mcp scopes ```
Mirrored from the author's public source. Install counts from the open skills registry.