Agent Skills
› diegosouzapw/OmniRoute
› cli-mcp
cli-mcp
GitHub提供CLI工具用于检查MCP服务器状态、列出已注册工具和作用域、执行工具调用及管理审计日志,支持安装与子命令操作。
Trigger Scenarios
需要查看MCP服务器运行状态
查询或列出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 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
- 0ad0331 Current 2026-08-28 16:38
- 1cafd32 2026-07-25 11:46


