Tools
Smithery CLI
Running the Agent and Tool in the Cloud
-
Set Required Environment Variables
SMITHERY_API_KEY
: Your Smithery API key (replaceyour_api_key_here
)
-
Install Meshagent
-
Sign up and Authenticate
- Follow the instructions at Meshagent CLI Get Started.
-
Start the MCP Smithery CLI Service in a Meshagent Room
- This will launch a Meshagent Room running the MCP server. The room will automatically close if inactive.
-
Start a Chatbot Agent with the Smithery CLI Toolkit
- This starts a chatbot agent that can use the Smithery tools within the Meshagent Room.
- Multiple toolkits can be used in the same room by the same agent.
- A link to the room will be shown in the command output—follow it to interact with the agent and tools.
Tools Available
Summary
Tools provided by this Server | Short Description |
---|---|
collect_config | Collect the config to be used for connection to mcp server |
find_mcp | Find the MCP servers by given name |
install_mcp | Install the MCP server on your local machine. |
Tools Details
Tool: collect_config
Collect the config to be used for connection to mcp server
Parameters | Type | Description |
---|---|---|
qualifiedName | string | The qualified name of the config to collect |
Tool: find_mcp
Find the MCP servers by given name
Parameters | Type | Description |
---|---|---|
mcpServerName | string | The name of the MCP server to find |
Tool: install_mcp
Install the MCP server on your local machine. You can install the MCP server with configuration.
Parameters | Type | Description |
---|---|---|
client | string | The client to install |
qualifiedName | string | The qualified name of the MCP server to install. ex) @bbangjooo/mcp-finder-mcp-server |
config | object (optional) | Configuration schema |