← Discover MCPs and Agents
Y
MCPAI & MLGitHub

Yui-GPT-CLI

Links

README

From the repo.

Yui-GPT CLI

Pipeline

Yui-GPT CLI is a command-line interface tool that uses AI throught the oobabooga/text-generation-webui api to generate text.

Installation

  1. Clone or Download the Repo
  2. Install Python (v3.10 recommended)
  3. Install oobabooga/text-generation-webui and enable API flag
  4. Run pdm install from your terminal inside the installed folder.
  5. Make sure that server_info.json "server" points to the IP of your Text Generation Web UI.
  6. Type python ./main or python3 ./main to start the program/

Usage

Simply enter text after Enter a prompt: to ask the AI a question.

Addionally you can use:

  • Type '!quit' to exit the program.
  • Type '!clear' to clear the chat history.
  • Type '!history' to print the chat history.
  • Type '!load <chat number>' to load a chat.
  • Type '!retry' to retry the last prompt.
  • Type '!file <file name> <question>' to load a file and ask a question about it.
  • Type '!delete <chat number> to delete a chat. (Use "*" for all)
  • Type '!help' to print this message again.

License

Yui-GPT CLI is licensed under the MIT License. See LICENSE for more information.

Collected info

  • 0 stars
  • Language: Python
  • Source updated: 8/4/2025

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.