Skip to main content
Glama

MCP Toolbox

by ai-zerolab
import typer from mcp_toolbox.app import mcp app = typer.Typer() @app.command() def stdio(): mcp.run(transport="stdio") @app.command() def sse( host: str = "localhost", port: int = 9871, ): mcp.settings.host = host mcp.settings.port = port mcp.run(transport="sse") if __name__ == "__main__": app(["stdio"])

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/ai-zerolab/mcp-toolbox'

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