Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

docs: Add y-cli to the list of clients #132

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand Down