---
name: CLI MCP
slug: cli-mcp
category: AI Engineering
description: CLI MCP inspects MCP server status, lists registered tools and scopes, runs tool invocations, and manages MCP audit logs from the command line. Use it to monitor, restart, and debug MCP servers without leaving the terminal.
github: "https://github.com/diegosouzapw/OmniRoute/tree/release/v3.8.50/skills/cli-mcp"
language: TypeScript
stars: 46794
forks: 6310
install: "npx degit https://github.com/diegosouzapw/OmniRoute/tree/release/v3.8.50/skills/cli-mcp ~/.claude/skills/cli-mcp"
installs_to: ~/.claude/skills/cli-mcp
source_path: skills/cli-mcp/SKILL.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/diegosouzapw/OmniRoute"
added: 2026-08-13T07:36:50.793Z
last_synced: 2026-08-13T07:36:50.793Z
canonical_url: "https://dirskills.com/skills/cli-mcp"
---

# CLI MCP

CLI MCP inspects MCP server status, lists registered tools and scopes, runs tool invocations, and manages MCP audit logs from the command line. Use it to monitor, restart, and debug MCP servers without leaving the terminal.

**Install:**

```bash
npx degit https://github.com/diegosouzapw/OmniRoute/tree/release/v3.8.50/skills/cli-mcp ~/.claude/skills/cli-mcp
```

## README

<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->

## Overview

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

## Quick install

```bash
npm install -g omniroute   # or: npx omniroute
omniroute --version
```

## Subcommands

### `mcp`

**Example:**

```bash
omniroute mcp
```

### `mcp status`

Show MCP server status

**Flags:**

- `--json`

**Example:**

```bash
omniroute mcp status
```

### `mcp restart`

Restart the MCP server

**Example:**

```bash
omniroute mcp restart
```

### `mcp call <tool> [argsJson]`

**Flags:**

- `--args <json>`
- `--args-file <path>`
- `--stream`
- `--scope <s>`

**Example:**

```bash
omniroute mcp call <tool> [argsJson]
```

### `mcp scopes`

**Flags:**

- `--tool <name>`

**Example:**

```bash
omniroute mcp scopes
```

### `mcp tools`

**Example:**

```bash
omniroute mcp tools
```

### `mcp list`

**Flags:**

- `--scope <s>`

**Example:**

```bash
omniroute mcp list
```

### `mcp info <name>`

**Example:**

```bash
omniroute mcp info <name>
```

### `mcp schema <name>`

**Flags:**

- `--io <kind>`

**Example:**

```bash
omniroute mcp schema <name>
```

### `mcp audit`

**Example:**

```bash
omniroute mcp audit
```

### `mcp tail`

**Flags:**

- `--follow`
- `--limit <n>`

**Example:**

```bash
omniroute mcp tail
```

### `mcp stats`

**Flags:**

- `--period <p>`

**Example:**

```bash
omniroute mcp stats
```
