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

Add new Enconvo client #157

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
16 changes: 16 additions & 0 deletions clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ This page provides an overview of applications that support the Model Context Pr
| [Windsurf Editor][Windsurf] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools with AI Flow for collaborative development. |
| [Zed][Zed] | ❌ | ✅ | ❌ | ❌ | ❌ | Prompts appear as slash commands |
| [OpenSumi][OpenSumi] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools in OpenSumi |
| [Enconvo][Enconvo] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools in Enconvo |

[Claude]: https://claude.ai/download
[Cursor]: https://cursor.com
Expand All @@ -47,6 +48,7 @@ This page provides an overview of applications that support the Model Context Pr
[Roo Code]: https://roocode.com
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
[Windsurf]: https://codeium.com/windsurf
[Enconvo]: https://enconvo.com

[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
Expand Down Expand Up @@ -223,6 +225,20 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
- Supports MCP tools in OpenSumi
- Supports built-in IDE MCP servers and custom MCP servers

### Enconvo
[Enconvo](https://enconvo.com) is an AI Launcher with instant access, automate your daily tasks effortlessly.

**Key features:**
- SmartBar: A unified entry point for all functionalities with @ command
- PopBar: Context-aware toolbar for selected text with 100+ features
- Workflow: Create and combine custom workflows across the system
- Knowledge Base: AI-powered vector search for curated knowledge
- Context Awareness: Automatically detects and utilizes contextual information
- Extension System: 100+ plugins usable across applications
- Agent Mode: AI assistant with memory and context awareness
- Open Source Extensions: Available on GitHub


## 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