MCP Directory

Mcp Cli

GitHub
Other

A CLI inspector for the Model Context Protocol that allows running MCP servers and interacting with various tools and resources.

Tags

#mcp#cli#inspector#automation

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx @wong2/mcp-cli

Note: The package can be run directly using npx without additional installation steps.

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from Mcp Cli your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-cli": {
      "command": "npx",
      "args": [
        "@wong2/mcp-cli"
      ]
    }
  }
}

Route Mcp Cli intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-cli

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Mcp Cli directly without routing

npx @wong2/mcp-cli

New to Agent-CoreX? View setup guide →

Mcp Cli MCP Server — Agent-CoreX