Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added PearAI to the support matrix #158

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
10 changes: 10 additions & 0 deletions clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This page provides an overview of applications that support the Model Context Pr
| [Goose][Goose] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools. |
| [LibreChat][LibreChat] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools for Agents |
| [mcp-agent][mcp-agent] | ❌ | ❌ | ✅ | ⚠️ | ❌ | Supports tools, server connection management, and agent workflows. |
| [PearAI][PearAI] | ✅ | ❌ | ✅ | ❌ | ❌ | Supports tools and resources. |
| [Roo Code][Roo Code] | ✅ | ❌ | ✅ | ❌ | ❌ | Supports tools and resources. |
| [Sourcegraph Cody][Cody] | ✅ | ❌ | ❌ | ❌ | ❌ | Supports resources through OpenCTX |
| [Superinterface][Superinterface] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools |
Expand All @@ -44,6 +45,7 @@ This page provides an overview of applications that support the Model Context Pr
[BeeAI Framework]: https://i-am-bee.github.io/beeai-framework
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
[Mcp.el]: https://github.com/lizqwerscott/mcp.el
[PearAI]: https://pearai.com
[Roo Code]: https://roocode.com
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
[Windsurf]: https://codeium.com/windsurf
Expand Down Expand Up @@ -160,6 +162,14 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
- Implements every pattern defined in [Building Effective Agents](https://www.anthropic.com/research/building-effective-agents).
- Supports workflow pause/resume signals, such as waiting for human feedback.

### PearAI
[PearAI](https://pearai.com) is an open-source AI-Powered Code editor for project making, and supports MCP.

**Key features:**
- Integrates Continue, Roo Code / Cline, and other AI tools
- Open source and extensible
- User friendly for less experienced developers

### Roo Code
[Roo Code](https://roocode.com) enables AI coding assistance via MCP.

Expand Down