Run MCP Server - alias for 'mcp serve'.
Args: ctx (typer.Context): Typer context host (str): Host to run the server on port (int): Port to run the server on debug (bool): Debug mode env (list): Environment variables in key=value format. Can be used multiple times in one call. Only STARBRIDGE_ prefixed vars are used. Example --env 'STARBRIDGE_ATLASSIAN_URL="https://your-domain.atlassian.net" --env STARBRIDGE_ATLASSIAN_EMAIL="YOUR_EMAIL"'
Usage:
$ starbridge [OPTIONS] COMMAND [ARGS]...Options:
--host TEXT: Host to run the server on--port INTEGER: Port to run the server on--debug / --no-debug: Debug mode [default: debug]--env TEXT: Environment variables in key=value format. Can be used multiple times in one call. Only STARBRIDGE_ prefixed vars are evaluated. Example --env STARBRIDGE_ATLASSIAN_URL="https://your-domain.atlassian.net" --env STARBRIDGE_ATLASSIAN_EMAIL="YOUR_EMAIL"--install-completion: Install completion for the current shell.--show-completion: Show completion for the current shell, to copy it or customize the installation.--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
health: Check health of services and their...info: Info about Starbridge and it's environment.create-dot-env: Create .env file for Starbridge.install: Install starbridge within Claude Desktop...uninstall: Uninstall starbridge from Claude Desktop...claude: Claude Desktop application operationsStarbridge CLI: Run MCP Server - alias for 'mcp serve'.confluence: Confluence operationshello: Hello operationsmcp: MCP operationssearch: Search operationsweb: Web operations
Check health of services and their dependencies.
Usage:
$ starbridge health [OPTIONS]Options:
--json / --no-json: Output health as JSON [default: no-json]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Info about Starbridge and it's environment.
Usage:
$ starbridge info [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Create .env file for Starbridge. You will be prompted for settings.
Raises: RuntimeError: If not running in development mode.
Usage:
$ starbridge create-dot-env [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Install starbridge within Claude Desktop application.
Adds starbridge configuration and restarts Claude Desktop app.
Args: restart_claude (bool): Restart Claude Desktop application post installation image (str): Docker image to use for Starbridge. Only applies if started as container
Usage:
$ starbridge install [OPTIONS]Options:
--restart-claude / --no-restart-claude: Restart Claude Desktop application post installation [default: restart-claude]--image TEXT: Docker image to use for Starbridge. Only applies if started as container. [default: helmuthva/starbridge:latest]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Uninstall starbridge from Claude Desktop application.
Removes starbridge configuration and restarts Claude Desktop app.
Args: restart_claude (bool): Restart Claude Desktop application post installation
Usage:
$ starbridge uninstall [OPTIONS]Options:
--restart-claude / --no-restart-claude: Restart Claude Desktop application post installation [default: restart-claude]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Claude Desktop application operations
Usage:
$ starbridge claude [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
health: Health of Claude.info: Info about Claude.config: Print config of Claude Desktop application.log: Show logs.restart: Restart Claude Desktop application.
Health of Claude.
Usage:
$ starbridge claude health [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Info about Claude.
Usage:
$ starbridge claude info [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Print config of Claude Desktop application.
Usage:
$ starbridge claude config [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Show logs.
Args: tail: Tail logs last: Number of lines to show name: Name of the MCP server - use 'main' for main mcp.log of Claude Desktop application
Usage:
$ starbridge claude log [OPTIONS]Options:
--tail / --no-tail: Tail logs [default: no-tail]--last INTEGER: Number of lines to show [default: 100]--name TEXT: Name of the MCP server - use 'main' for main mcp.log of Claude Desktop application [default: starbridge]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Restart Claude Desktop application.
Usage:
$ starbridge claude restart [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Run MCP Server - alias for 'mcp serve'.
Args: ctx (typer.Context): Typer context host (str): Host to run the server on port (int): Port to run the server on debug (bool): Debug mode env (list): Environment variables in key=value format. Can be used multiple times in one call. Only STARBRIDGE_ prefixed vars are used. Example --env 'STARBRIDGE_ATLASSIAN_URL="https://your-domain.atlassian.net" --env STARBRIDGE_ATLASSIAN_EMAIL="YOUR_EMAIL"'
Usage:
$ starbridge Starbridge CLI [OPTIONS] COMMAND [ARGS]...Options:
--host TEXT: Host to run the server on--port INTEGER: Port to run the server on--debug / --no-debug: Debug mode [default: debug]--env TEXT: Environment variables in key=value format. Can be used multiple times in one call. Only STARBRIDGE_ prefixed vars are evaluated. Example --env STARBRIDGE_ATLASSIAN_URL="https://your-domain.atlassian.net" --env STARBRIDGE_ATLASSIAN_EMAIL="YOUR_EMAIL"--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
health: Check health of services and their...info: Info about Starbridge and it's environment.create-dot-env: Create .env file for Starbridge.install: Install starbridge within Claude Desktop...uninstall: Uninstall starbridge from Claude Desktop...claude: Claude Desktop application operationsconfluence: Confluence operationshello: Hello operationsmcp: MCP operationssearch: Search operationsweb: Web operations
Check health of services and their dependencies.
Usage:
$ starbridge Starbridge CLI health [OPTIONS]Options:
--json / --no-json: Output health as JSON [default: no-json]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Info about Starbridge and it's environment.
Usage:
$ starbridge Starbridge CLI info [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Create .env file for Starbridge. You will be prompted for settings.
Raises: RuntimeError: If not running in development mode.
Usage:
$ starbridge Starbridge CLI create-dot-env [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Install starbridge within Claude Desktop application.
Adds starbridge configuration and restarts Claude Desktop app.
Args: restart_claude (bool): Restart Claude Desktop application post installation image (str): Docker image to use for Starbridge. Only applies if started as container
Usage:
$ starbridge Starbridge CLI install [OPTIONS]Options:
--restart-claude / --no-restart-claude: Restart Claude Desktop application post installation [default: restart-claude]--image TEXT: Docker image to use for Starbridge. Only applies if started as container. [default: helmuthva/starbridge:latest]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Uninstall starbridge from Claude Desktop application.
Removes starbridge configuration and restarts Claude Desktop app.
Args: restart_claude (bool): Restart Claude Desktop application post installation
Usage:
$ starbridge Starbridge CLI uninstall [OPTIONS]Options:
--restart-claude / --no-restart-claude: Restart Claude Desktop application post installation [default: restart-claude]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Claude Desktop application operations
Usage:
$ starbridge Starbridge CLI claude [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
health: Health of Claude.info: Info about Claude.config: Print config of Claude Desktop application.log: Show logs.restart: Restart Claude Desktop application.
Health of Claude.
Usage:
$ starbridge Starbridge CLI claude health [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Info about Claude.
Usage:
$ starbridge Starbridge CLI claude info [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Print config of Claude Desktop application.
Usage:
$ starbridge Starbridge CLI claude config [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Show logs.
Args: tail: Tail logs last: Number of lines to show name: Name of the MCP server - use 'main' for main mcp.log of Claude Desktop application
Usage:
$ starbridge Starbridge CLI claude log [OPTIONS]Options:
--tail / --no-tail: Tail logs [default: no-tail]--last INTEGER: Number of lines to show [default: 100]--name TEXT: Name of the MCP server - use 'main' for main mcp.log of Claude Desktop application [default: starbridge]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Restart Claude Desktop application.
Usage:
$ starbridge Starbridge CLI claude restart [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Confluence operations
Usage:
$ starbridge Starbridge CLI confluence [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
health: Health of Confluence.info: Info about Confluence.mcp: MCP endpoints.space: Operations on Confluence spaces.page: Operations on Confluence pages.
Health of Confluence.
Usage:
$ starbridge Starbridge CLI confluence health [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Info about Confluence.
Usage:
$ starbridge Starbridge CLI confluence info [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
MCP endpoints.
Usage:
$ starbridge Starbridge CLI confluence mcp [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
tools: List tools exposed via MCP.resources: List resources exposed via MCP.resource-types: List resources exposed via MCP.space: Get space resource as exposed via MCP.prompts: List prompts exposed via MCP.space-summary: Prompt to generate summary of spaces.
List tools exposed via MCP.
Usage:
$ starbridge Starbridge CLI confluence mcp tools [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
List resources exposed via MCP.
Usage:
$ starbridge Starbridge CLI confluence mcp resources [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
List resources exposed via MCP.
Usage:
$ starbridge Starbridge CLI confluence mcp resource-types [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Get space resource as exposed via MCP.
Usage:
$ starbridge Starbridge CLI confluence mcp space [OPTIONS] KEYArguments:
KEY: Key of the space to retrieve as resource [required]
Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
List prompts exposed via MCP.
Usage:
$ starbridge Starbridge CLI confluence mcp prompts [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Prompt to generate summary of spaces.
Args: style (str): Style of summary
Usage:
$ starbridge Starbridge CLI confluence mcp space-summary [OPTIONS]Options:
--style TEXT: Style of summary [default: brief]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Operations on Confluence spaces.
Usage:
$ starbridge Starbridge CLI confluence space [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
list: Get info about all space.
Get info about all space.
Usage:
$ starbridge Starbridge CLI confluence space list [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Operations on Confluence pages.
Usage:
$ starbridge Starbridge CLI confluence page [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
list: List pages in a space.search: Search pages in a space.create: Create a new page.read: Read a page.update: Update a page.delete: Delete a page.
List pages in a space.
Args: space_key (str): Key of the space to list pages from
Usage:
$ starbridge Starbridge CLI confluence page list [OPTIONS]Options:
--space-key TEXT: Space key [required]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Search pages in a space.
Args: query (str): Confluence query language (CQL) query to search for pages
Usage:
$ starbridge Starbridge CLI confluence page search [OPTIONS]Options:
--query TEXT: Confluence query language (CQL) query to search for pages [required]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Create a new page.
Args: space_key (str): Key of the space to create the page in title (str): Title of the page body (str): Body of the page page_id (str): Parent page
Usage:
$ starbridge Starbridge CLI confluence page create [OPTIONS]Options:
--space-key TEXT: Space key [required]--title TEXT: Title of the page [required]--body TEXT: Body of the page [required]--page-id TEXT: Parent page id--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Read a page.
Usage:
$ starbridge Starbridge CLI confluence page read [OPTIONS]Options:
--page-id TEXT: Page id--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Update a page.
Args: page_id (str): Page id title (str): Title of the page body (str): Body of the page
Usage:
$ starbridge Starbridge CLI confluence page update [OPTIONS]Options:
--page-id TEXT: Pager id [required]--title TEXT: Title of the page [required]--body TEXT: Body of the page [required]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Delete a page.
Args: page_id (str): Page id
Usage:
$ starbridge Starbridge CLI confluence page delete [OPTIONS]Options:
--page-id TEXT: Pager id [required]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Hello operations
Usage:
$ starbridge Starbridge CLI hello [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
health: Health of Hello World.info: Info about Hello World.hello: Print Hello World.bridge: Show image of starbridge.pdf: Show pdf of starbridge.
Health of Hello World.
Usage:
$ starbridge Starbridge CLI hello health [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Info about Hello World.
Usage:
$ starbridge Starbridge CLI hello info [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Print Hello World.
Args: locale (str): Locale to use
Usage:
$ starbridge Starbridge CLI hello hello [OPTIONS]Options:
--locale TEXT: Locale to use [default: en_US]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Show image of starbridge.
Args: dump (bool): If set, will dump to file starbridge.png in current working directory. Defaults to opening viewer to show the image.
Usage:
$ starbridge Starbridge CLI hello bridge [OPTIONS]Options:
--dump / --no-dump: If set, will dump to file starbridge.png in current working directory. Defaults to opening viewer to show the image. [default: no-dump]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Show pdf of starbridge.
Args: dump (bool): If set, will dump to file starbridge.pdf in current working directory. Defaults to opening viewer to show the document.
Usage:
$ starbridge Starbridge CLI hello pdf [OPTIONS]Options:
--dump / --no-dump: If set, will dump to file starbridge.pdf in current working directory. Defaults to opening viewer to show the document. [default: no-dump]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
MCP operations
Usage:
$ starbridge Starbridge CLI mcp [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
health: Check health of the services and their...services: Services exposed by modules.tools: Tools exposed by modules.tool: Get tool by name with optional arguments.resources: Resources exposed by modules.resource: Get resource by URI.prompts: Prompts exposed by modules.prompt: Get a prompt by name with optional arguments.resource-types: Resource types exposed by modules.serve: Run MCP server.inspect: Run inspector.
Check health of the services and their dependencies.
Usage:
$ starbridge Starbridge CLI mcp health [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Services exposed by modules.
Usage:
$ starbridge Starbridge CLI mcp services [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Tools exposed by modules.
Usage:
$ starbridge Starbridge CLI mcp tools [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Get tool by name with optional arguments.
Args: name (str): Name of the tool arguments (list): Arguments in key=value format
Usage:
$ starbridge Starbridge CLI mcp tool [OPTIONS] NAMEArguments:
NAME: [required]
Options:
--arguments TEXT: Arguments in key=value format--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Resources exposed by modules.
Usage:
$ starbridge Starbridge CLI mcp resources [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Get resource by URI.
Args: uri (str): URI of the resources
Usage:
$ starbridge Starbridge CLI mcp resource [OPTIONS] URIArguments:
URI: [required]
Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Prompts exposed by modules.
Usage:
$ starbridge Starbridge CLI mcp prompts [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Get a prompt by name with optional arguments.
Args: name (str): Name of the prompt arguments (list): Arguments in key=value format
Usage:
$ starbridge Starbridge CLI mcp prompt [OPTIONS] NAMEArguments:
NAME: [required]
Options:
--arguments TEXT: Arguments in key=value format--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Resource types exposed by modules.
Usage:
$ starbridge Starbridge CLI mcp resource-types [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Run MCP server.
Args:
host (str): Host to run the server on
port (int): Port to run the server on
debug (bool): Debug mode
env (list): Environment variables in key=value format. Can be used multiple times in one call.
Only STARBRIDGE_ prefixed vars are used. Example --env
STARBRIDGE_ATLASSIAN_URL="https://your-domain.atlassian.net" --env STARBRIDGE_ATLASSIAN_EMAIL="YOUR_EMAIL"
Usage:
$ starbridge Starbridge CLI mcp serve [OPTIONS]Options:
--host TEXT: Host to run the server on--port INTEGER: Port to run the server on--debug / --no-debug: Debug mode [default: debug]--env TEXT: Environment variables in key=value format. Can be used multiple times in one call. Only STARBRIDGE_ prefixed vars are used. Example --env STARBRIDGE_ATLASSIAN_URL="https://your-domain.atlassian.net" --env STARBRIDGE_ATLASSIAN_EMAIL="YOUR_EMAIL"--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Run inspector.
Usage:
$ starbridge Starbridge CLI mcp inspect [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Search operations
Usage:
$ starbridge Starbridge CLI search [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
health: Health of the search module.info: Info about the search module.web: Search the web.
Health of the search module.
Usage:
$ starbridge Starbridge CLI search health [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Info about the search module.
Usage:
$ starbridge Starbridge CLI search info [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Search the web.
Args: q (str): Query
Usage:
$ starbridge Starbridge CLI search web [OPTIONS] QArguments:
Q: Query [required]
Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Web operations
Usage:
$ starbridge Starbridge CLI web [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
health: Health of the web module.info: Info about the web module.get: Fetch content from the world wide web via...
Health of the web module.
Usage:
$ starbridge Starbridge CLI web health [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Info about the web module.
Usage:
$ starbridge Starbridge CLI web info [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Fetch content from the world wide web via HTTP GET.
Converts to content type as a best effort, extracts links, and provides additional context.
Args: url (str): URL to fetch accept_language (str): Accept-Language header value to send in the request transform_to_markdown (bool): if possible transform content to markdown extract_links (bool): include extracted links in the response additional_context (bool): include additional context in the response llms_full_txt (bool): provide llms-full.txt in contexts force_not_respecting_robots_txt (bool): do not respect robots.txt If False, the agent will respect robots.txt if the environment variable STARBRIDGE_WEB_RESPPECT_ROBOTS_TXT is set to 1. Defaults to False
Usage:
$ starbridge Starbridge CLI web get [OPTIONS] URLArguments:
URL: URL to fetch [required]
Options:
--accept-language TEXT: Accept-Language header value to send in the request [default: en-US,en;q=0.9,de;q=0.8]--transform-to-markdown / --no-transform-to-markdown: if possible transform content to markdown [default: transform-to-markdown]--extract-links / --no-extract-links: include extracted links in the response [default: extract-links]--additional-context / --no-additional-context: include additional context in the response [default: additional-context]--llms-full-txt / --no-llms-full-txt: provide llms-full.txt in contexts [default: no-llms-full-txt]--force-not-respecting-robots-txt: Force not respecting robots.txt. If True, the agent will ignore robots.txt.If False, the agent will respect robots.txt if the environment variableSTARBRIDGE_WEB_RESPPECT_ROBOTS_TXT is set to 1.Defaults to False.--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Confluence operations
Usage:
$ starbridge confluence [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
health: Health of Confluence.info: Info about Confluence.mcp: MCP endpoints.space: Operations on Confluence spaces.page: Operations on Confluence pages.
Health of Confluence.
Usage:
$ starbridge confluence health [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Info about Confluence.
Usage:
$ starbridge confluence info [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
MCP endpoints.
Usage:
$ starbridge confluence mcp [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
tools: List tools exposed via MCP.resources: List resources exposed via MCP.resource-types: List resources exposed via MCP.space: Get space resource as exposed via MCP.prompts: List prompts exposed via MCP.space-summary: Prompt to generate summary of spaces.
List tools exposed via MCP.
Usage:
$ starbridge confluence mcp tools [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
List resources exposed via MCP.
Usage:
$ starbridge confluence mcp resources [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
List resources exposed via MCP.
Usage:
$ starbridge confluence mcp resource-types [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Get space resource as exposed via MCP.
Usage:
$ starbridge confluence mcp space [OPTIONS] KEYArguments:
KEY: Key of the space to retrieve as resource [required]
Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
List prompts exposed via MCP.
Usage:
$ starbridge confluence mcp prompts [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Prompt to generate summary of spaces.
Args: style (str): Style of summary
Usage:
$ starbridge confluence mcp space-summary [OPTIONS]Options:
--style TEXT: Style of summary [default: brief]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Operations on Confluence spaces.
Usage:
$ starbridge confluence space [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
list: Get info about all space.
Get info about all space.
Usage:
$ starbridge confluence space list [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Operations on Confluence pages.
Usage:
$ starbridge confluence page [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
list: List pages in a space.search: Search pages in a space.create: Create a new page.read: Read a page.update: Update a page.delete: Delete a page.
List pages in a space.
Args: space_key (str): Key of the space to list pages from
Usage:
$ starbridge confluence page list [OPTIONS]Options:
--space-key TEXT: Space key [required]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Search pages in a space.
Args: query (str): Confluence query language (CQL) query to search for pages
Usage:
$ starbridge confluence page search [OPTIONS]Options:
--query TEXT: Confluence query language (CQL) query to search for pages [required]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Create a new page.
Args: space_key (str): Key of the space to create the page in title (str): Title of the page body (str): Body of the page page_id (str): Parent page
Usage:
$ starbridge confluence page create [OPTIONS]Options:
--space-key TEXT: Space key [required]--title TEXT: Title of the page [required]--body TEXT: Body of the page [required]--page-id TEXT: Parent page id--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Read a page.
Usage:
$ starbridge confluence page read [OPTIONS]Options:
--page-id TEXT: Page id--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Update a page.
Args: page_id (str): Page id title (str): Title of the page body (str): Body of the page
Usage:
$ starbridge confluence page update [OPTIONS]Options:
--page-id TEXT: Pager id [required]--title TEXT: Title of the page [required]--body TEXT: Body of the page [required]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Delete a page.
Args: page_id (str): Page id
Usage:
$ starbridge confluence page delete [OPTIONS]Options:
--page-id TEXT: Pager id [required]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Hello operations
Usage:
$ starbridge hello [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
health: Health of Hello World.info: Info about Hello World.hello: Print Hello World.bridge: Show image of starbridge.pdf: Show pdf of starbridge.
Health of Hello World.
Usage:
$ starbridge hello health [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Info about Hello World.
Usage:
$ starbridge hello info [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Print Hello World.
Args: locale (str): Locale to use
Usage:
$ starbridge hello hello [OPTIONS]Options:
--locale TEXT: Locale to use [default: en_US]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Show image of starbridge.
Args: dump (bool): If set, will dump to file starbridge.png in current working directory. Defaults to opening viewer to show the image.
Usage:
$ starbridge hello bridge [OPTIONS]Options:
--dump / --no-dump: If set, will dump to file starbridge.png in current working directory. Defaults to opening viewer to show the image. [default: no-dump]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Show pdf of starbridge.
Args: dump (bool): If set, will dump to file starbridge.pdf in current working directory. Defaults to opening viewer to show the document.
Usage:
$ starbridge hello pdf [OPTIONS]Options:
--dump / --no-dump: If set, will dump to file starbridge.pdf in current working directory. Defaults to opening viewer to show the document. [default: no-dump]--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
MCP operations
Usage:
$ starbridge mcp [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
health: Check health of the services and their...services: Services exposed by modules.tools: Tools exposed by modules.tool: Get tool by name with optional arguments.resources: Resources exposed by modules.resource: Get resource by URI.prompts: Prompts exposed by modules.prompt: Get a prompt by name with optional arguments.resource-types: Resource types exposed by modules.serve: Run MCP server.inspect: Run inspector.
Check health of the services and their dependencies.
Usage:
$ starbridge mcp health [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Services exposed by modules.
Usage:
$ starbridge mcp services [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Tools exposed by modules.
Usage:
$ starbridge mcp tools [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Get tool by name with optional arguments.
Args: name (str): Name of the tool arguments (list): Arguments in key=value format
Usage:
$ starbridge mcp tool [OPTIONS] NAMEArguments:
NAME: [required]
Options:
--arguments TEXT: Arguments in key=value format--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Resources exposed by modules.
Usage:
$ starbridge mcp resources [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Get resource by URI.
Args: uri (str): URI of the resources
Usage:
$ starbridge mcp resource [OPTIONS] URIArguments:
URI: [required]
Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Prompts exposed by modules.
Usage:
$ starbridge mcp prompts [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Get a prompt by name with optional arguments.
Args: name (str): Name of the prompt arguments (list): Arguments in key=value format
Usage:
$ starbridge mcp prompt [OPTIONS] NAMEArguments:
NAME: [required]
Options:
--arguments TEXT: Arguments in key=value format--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Resource types exposed by modules.
Usage:
$ starbridge mcp resource-types [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Run MCP server.
Args:
host (str): Host to run the server on
port (int): Port to run the server on
debug (bool): Debug mode
env (list): Environment variables in key=value format. Can be used multiple times in one call.
Only STARBRIDGE_ prefixed vars are used. Example --env
STARBRIDGE_ATLASSIAN_URL="https://your-domain.atlassian.net" --env STARBRIDGE_ATLASSIAN_EMAIL="YOUR_EMAIL"
Usage:
$ starbridge mcp serve [OPTIONS]Options:
--host TEXT: Host to run the server on--port INTEGER: Port to run the server on--debug / --no-debug: Debug mode [default: debug]--env TEXT: Environment variables in key=value format. Can be used multiple times in one call. Only STARBRIDGE_ prefixed vars are used. Example --env STARBRIDGE_ATLASSIAN_URL="https://your-domain.atlassian.net" --env STARBRIDGE_ATLASSIAN_EMAIL="YOUR_EMAIL"--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Run inspector.
Usage:
$ starbridge mcp inspect [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Search operations
Usage:
$ starbridge search [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
health: Health of the search module.info: Info about the search module.web: Search the web.
Health of the search module.
Usage:
$ starbridge search health [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Info about the search module.
Usage:
$ starbridge search info [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Search the web.
Args: q (str): Query
Usage:
$ starbridge search web [OPTIONS] QArguments:
Q: Query [required]
Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Web operations
Usage:
$ starbridge web [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Commands:
health: Health of the web module.info: Info about the web module.get: Fetch content from the world wide web via...
Health of the web module.
Usage:
$ starbridge web health [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Info about the web module.
Usage:
$ starbridge web info [OPTIONS]Options:
--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻
Fetch content from the world wide web via HTTP GET.
Converts to content type as a best effort, extracts links, and provides additional context.
Args: url (str): URL to fetch accept_language (str): Accept-Language header value to send in the request transform_to_markdown (bool): if possible transform content to markdown extract_links (bool): include extracted links in the response additional_context (bool): include additional context in the response llms_full_txt (bool): provide llms-full.txt in contexts force_not_respecting_robots_txt (bool): do not respect robots.txt If False, the agent will respect robots.txt if the environment variable STARBRIDGE_WEB_RESPPECT_ROBOTS_TXT is set to 1. Defaults to False
Usage:
$ starbridge web get [OPTIONS] URLArguments:
URL: URL to fetch [required]
Options:
--accept-language TEXT: Accept-Language header value to send in the request [default: en-US,en;q=0.9,de;q=0.8]--transform-to-markdown / --no-transform-to-markdown: if possible transform content to markdown [default: transform-to-markdown]--extract-links / --no-extract-links: include extracted links in the response [default: extract-links]--additional-context / --no-additional-context: include additional context in the response [default: additional-context]--llms-full-txt / --no-llms-full-txt: provide llms-full.txt in contexts [default: no-llms-full-txt]--force-not-respecting-robots-txt: Force not respecting robots.txt. If True, the agent will ignore robots.txt.If False, the agent will respect robots.txt if the environment variableSTARBRIDGE_WEB_RESPPECT_ROBOTS_TXT is set to 1.Defaults to False.--help: Show this message and exit.
⭐ Starbridge v0.10.10 - built with love in Berlin 🐻