Управление MCP-сервером через CLI
★ 7.9 · devops
cli-mcp is a Claude Code skill that inspects MCP server status, lists registered tools and scopes, runs tool invocations, and manages MCP audit logs from the CLI. It installs globally via `npm install -g omniroute` and exposes subcommands under the `mcp` prefix: `status`, `restart`, `call`, `tools`, `scopes`, `list`, `info`, `schema`, `audit`, `tail`, and `stats`. Tool calls support inline arguments, file-based input (`--args-file`), and streaming mode, while log tailing offers live follow (`--follow`) with a configurable record limit. The skill is aimed at developers and DevOps engineers who need to debug MCP integrations, audit scope-level permissions, and review invocation statistics without leaving the terminal.
- #mcp
- #cli
- #server-management
- #tools
- #audit-logs
- #protocol