Agent Skills
› diegosouzapw/OmniRoute
› cli-mcp
cli-mcp
GitHub提供 CLI 工具用于检查 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
mcp tools
Example:
omniroute mcp tools
mcp list
Flags:
--scope <s>
Example:
omniroute mcp list
mcp info <name>
Example:
omniroute mcp info <name>
mcp schema <name>
Flags:
--io <kind>
Example:
omniroute mcp schema <name>
mcp audit
Example:
omniroute mcp audit
mcp tail
Flags:
--follow--limit <n>
Example:
omniroute mcp tail
mcp stats
Flags:
--period <p>
Example:
omniroute mcp stats
Version History
- 1cafd32 Current 2026-07-25 11:46


