Overview
what is Smithery CLI?
Smithery CLI is a command-line interface tool designed for installing and managing Model Context Protocol (MCP) servers, which is client-agnostic.
how to use Smithery CLI?
To use Smithery CLI, you can run commands through your terminal using the npx @smithery/cli <command> syntax.
key features of Smithery CLI?
- List installed servers interactively.
- Install and uninstall servers easily.
- View server details and inspect installed servers.
- Client specification for installations.
use cases of Smithery CLI?
- Managing multiple MCP servers in a development environment.
- Quickly installing and uninstalling servers as needed.
- Inspecting server configurations and details for troubleshooting.
FAQ from Smithery CLI?
- What is the minimum requirement to run Smithery CLI?
NodeJS version 18 or above is required.
- How do I see the list of installed servers?
Use the command
npx @smithery/cli installedto list all installed servers.
- Can I specify which client to use when installing a server?
Yes, you can specify the client using the
--client <name>option during installation.