Agent Skills
› diegosouzapw/OmniRoute
› cli-mcp
cli-mcp
GitHub提供CLI工具omniroute,用于检查MCP服务器状态、列出注册工具和作用域、执行工具调用及管理审计日志。支持JSON输出和流式处理,方便开发者通过命令行交互管理MCP服务。
Trigger Scenarios
需要检查MCP服务器运行状态
需要查看或过滤已注册的工具列表
需要通过CLI调用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


