gage mcp

NOTE

Claude Code starts this server through the Gage plugin. Normal use does not require running it yourself.

The gage mcp command starts the MCP server. The server exposes Gage tools to MCP clients. See Tools for the tool list.

gage mcp [COMMAND]

mcp stdio

Serve over stdio. This is the default when no subcommand is given.

gage mcp stdio

mcp http

Serve over HTTP at the given bind address.

gage mcp http [OPTIONS]
OptionDescription
-b, --bind <BIND>Address to bind, e.g. 127.0.0.1:8765 (default 127.0.0.1:0)