Agent Skills
› diegosouzapw/OmniRoute
› cli-mcp
cli-mcp
GitHub提供 CLI 工具用于检查 MCP 服务器状态、列出注册工具和作用域、执行工具调用及管理审计日志。支持启动、重启、启用/禁用服务及流式调用,辅助开发者与运维人员管理 MCP 基础设施。
Trigger Scenarios
需要检查或监控 MCP 服务器运行状态
需要通过命令行调用 MCP 提供的具体工具
需要查看已注册的工具列表和作用域配置
需要管理或查询 MCP 服务的审计日志
Install
npx skills add diegosouzapw/OmniRoute --skill cli-mcp -g -y
SKILL.md
Frontmatter
{
"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."
}
Overview
Inspect the MCP server status, list registered tools and scopes, run tool invocations, and manage MCP audit logs from the CLI.
Quick install
npm install -g omniroute # or: npx omniroute
omniroute --version
Subcommands
mcp
Example:
omniroute mcp
mcp status
Show MCP server status
Flags:
--json
Example:
omniroute mcp status
mcp restart
Restart the MCP server
Example:
omniroute mcp restart
mcp enable
Flags:
--transport <transport>
Example:
omniroute mcp enable
mcp disable
Example:
omniroute mcp disable
mcp call <tool> [argsJson]
Flags:
--args <json>--args-file <path>--stream--scope <s>
Example:
omniroute mcp call <tool> [argsJson]
mcp scopes
Flags:
--tool <name>
Example:
omniroute mcp scopes
Version History
-
e2dc851
Current 2026-09-22 19:10
新增 mcp enable 和 mcp disable 子命令,支持通过 --transport 参数指定传输方式;移除了 mcp restart 命令的文档描述(实际功能保留)。
- 0ad0331 2026-08-28 16:38
- 1cafd32 2026-07-25 11:46


