Skip to main content
Glama

Hanzo MCP

Official
by hanzoai

run_mcp

Execute server operations like listing, starting, stopping, or restarting MCP servers on the Hanzo MCP platform using specific commands and optional server targets.

Instructions

Run operations on MCP servers.

Args: operation: The operation to perform (list, start, stop, info, restart) server: The server to operate on (optional, for specific server operations) **kwargs: Additional arguments for the operation

Returns: Operation result

Input Schema

NameRequiredDescriptionDefault
ctxYes
kwargsYes
operationYes
serverNo

Input Schema (JSON Schema)

{ "properties": { "ctx": { "title": "Ctx" }, "kwargs": { "title": "kwargs", "type": "string" }, "operation": { "title": "Operation", "type": "string" }, "server": { "default": null, "title": "Server", "type": "string" } }, "required": [ "ctx", "operation", "kwargs" ], "title": "run_mcpArguments", "type": "object" }
Install Server

Other Tools from Hanzo MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hanzoai/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server