diff --git a/clients.mdx b/clients.mdx index b5a3ab4..3059d80 100644 --- a/clients.mdx +++ b/clients.mdx @@ -24,6 +24,7 @@ This page provides an overview of applications that support the Model Context Pr | [Bee Agent Framework][Bee Agent Framework] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools in agentic workflows. | | [mcp-agent][mcp-agent] | ❌ | ❌ | ✅ | ⚠️ | ❌ | Supports tools, server connection management, and agent workflows. | | [Emacs Mcp][Mcp.el] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools in Emacs. | +| [y-cli][y-cli] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools in CLI. | [Claude]: https://claude.ai/download @@ -41,6 +42,7 @@ This page provides an overview of applications that support the Model Context Pr [Bee Agent Framework]: https://i-am-bee.github.io/bee-agent-framework [mcp-agent]: https://github.com/lastmile-ai/mcp-agent [Mcp.el]: https://github.com/lizqwerscott/mcp.el +[y-cli]: https://github.com/luohy15/y-cli [Resources]: https://modelcontextprotocol.io/docs/concepts/resources [Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts @@ -186,6 +188,13 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making **Key features:** - Provides MCP tool support for Emacs. +### y-cli +[y-cli](https://github.com/luohy15/y-cli) is a tiny command-line interface chat application that brings AI conversations to your terminal with MCP support. + +**Key features:** +- Interactive chat interface with MCP client support +- All chat data stored in single JSONL files for easy access and sync + ## Adding MCP support to your application If you've added MCP support to your application, we encourage you to submit a pull request to add it to this list. MCP integration can provide your users with powerful contextual AI capabilities and make your application part of the growing MCP ecosystem.