diff --git a/README.md b/README.md index 63d4f29..8b74f4e 100644 --- a/README.md +++ b/README.md @@ -1254,6 +1254,29 @@ Lightweight, Fast, Simple, CLI-Based MCP Client for STDIO MCP Servers, to fill t + +### Agent-cli + + + + + + + + + +
GitHubhttps://github.com/belowthetree/agent-cli
Website-
LicenseGPLv3
TypeCLI
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesRust
+ +Lightweight, Fast, Simple, CLI MCP Client for MCP Servers. Supporting TUI, stdio and NapCat. Any LLM API compatible with the OpenAI API, such as Ollama and DeepSeek, can be configured for use. + +
+Screenshots + +![example1](./screenshots/agent-cli/agentcli.gif) +![example2](./screenshots/agent-cli/tui.gif) + +
+ ## Servers Looking for MCP servers? Check out the [awesome-mcp-servers](https://github.com/punkpeye/awesome-mcp-servers) repository. diff --git a/screenshots/agent-cli/agentcli.gif b/screenshots/agent-cli/agentcli.gif new file mode 100644 index 0000000..efb5b87 Binary files /dev/null and b/screenshots/agent-cli/agentcli.gif differ diff --git a/screenshots/agent-cli/tui.gif b/screenshots/agent-cli/tui.gif new file mode 100644 index 0000000..fff4428 Binary files /dev/null and b/screenshots/agent-cli/tui.gif differ