fastmcp.cli.install.goose
Goose integration for FastMCP install using Cyclopts.
Functions
generate_goose_deeplink
name: Human-readable display name for the extension.command: The executable command (e.g. “uv”).args: Arguments to the command.description: Short description shown in Goose.
- A goose://extension?… deeplink URL.
install_goose
file: Path to the server file.server_object: Optional server object name (for :object suffix).name: Name for the extension in Goose.with_packages: Optional list of additional packages to install.python_version: Optional Python version to use.
- True if installation was successful, False otherwise.
goose_command
fastmcp install mcp-json to generate a full
config for manual installation.
Args:
server_spec: Python file to install, optionally with :object suffix

