← Discover MCPs and Agents
Y
MCPAI & MLGitHub
Yui-GPT-CLI
Links
README
From the repo.
Yui-GPT CLI
Yui-GPT CLI is a command-line interface tool that uses AI throught the oobabooga/text-generation-webui api to generate text.
Installation
- Clone or Download the Repo
- Install Python (v3.10 recommended)
- Install oobabooga/text-generation-webui and enable API flag
- Run
pdm installfrom your terminal inside the installed folder. - Make sure that
server_info.json"server"points to the IP of your Text Generation Web UI. - Type
python ./mainorpython3 ./mainto 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.