Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 2.88 KB

File metadata and controls

13 lines (9 loc) · 2.88 KB

You can use the following $CLI_LONG commands to run $MCP_SHORT:

Usage: tiger mcp [subcommand] --<flags>

Command Subcommand Description
mcp Manage $MCP_LONG
install [client] Install and configure $MCP_SHORT for a specific client installed on your developer device.
Supported clients are: claude-code, cursor, windsurf, codex, gemini/gemini-cli, vscode/code/vs-code.
Flags:
  • --no-backup: do not back up the existing configuration
  • --config-path: open the configuration file at a specific location
start Start $MCP_SHORT. This is the same as tiger mcp start stdio
start stdio Start $MCP_SHORT with stdio transport
start http Start $MCP_SHORT with HTTP transport. This option is for users who wish to access $MCP_LONG without using stdio. For example, your AI Assistant does not support stdio, or you do not want to run $CLI_SHORT on your device.
Flags are:
  • --port <port number>: the default is 8000
  • --host <hostname>: the default is localhost