diegosouzapw

cli-mcp

Inspect the MCP server status, list registered tools and scopes, run tool invocations, and manage MCP audit logs from the CLI.

diegosouzapw 56,996 7,833 Updated 2w ago
GitHub

Install

npx skillscat add diegosouzapw/omniroute/cli-mcp

Install via the SkillsCat registry.

About this skill

This CLI skill provides commands to inspect MCP server status, list registered tools and scopes, execute tool invocations, and manage audit logs. It enables developers and agents to monitor and interact with MCP servers directly from the command line, useful for debugging, testing integrations, and managing server operations during development or maintenance tasks.

SKILL.md

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