You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -110,6 +111,7 @@ This page provides an overview of applications that support the Model Context Pr
110
111
[VS Code]: https://code.visualstudio.com/
111
112
[Windsurf]: https://codeium.com/windsurf
112
113
[gptme]: https://github.com/gptme/gptme
114
+
[WhatsMPC]: https://wassist.app/mcp/
113
115
[Witsy]: https://github.com/nbonamy/witsy
114
116
[Zed]: https://zed.dev
115
117
[CodeGPT]: https://codegpt.co
@@ -576,6 +578,17 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
576
578
- Tool calls with editable inputs and always-allow toggle
577
579
- Integration with existing VS Code extension system to register MCP servers from extensions
578
580
581
+
### WhatsMPC
582
+
[WhatsMPC](https://wassist.app/mcp/) is an MCP client for WhatsApp. WhatsMCP lets you interact with your AI stack from the comfort of a WhatsApp chat.
583
+
584
+
**Key features:**
585
+
- Supports MCP tools
586
+
- SSE transport, full OAuth2 support
587
+
- Chat flow management for WhatsApp messages
588
+
- One click setup for connecting to your MCP servers
589
+
- In chat management of MCP servers
590
+
- Oauth flow natively supported in WhatsApp
591
+
579
592
### Windsurf Editor
580
593
[Windsurf Editor](https://codeium.com/windsurf) is an agentic IDE that combines AI assistance with developer workflows. It features an innovative AI Flow system that enables both collaborative and independent AI interactions while maintaining developer control.
581
594
@@ -594,6 +607,7 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
594
607
- Easy-install from Smithery.ai
595
608
- Open-source, available for macOS, Windows and Linux
596
609
610
+
597
611
### Zed
598
612
[Zed](https://zed.dev/docs/assistant/model-context-protocol) is a high-performance code editor with built-in MCP support, focusing on prompt templates and tool integration.
3. Classified MCP servers as [OAuth Resource Servers](https://modelcontextprotocol.io/specification/draft/basic/authorization#2-3-authorization-server-discovery), adding protected resource metadata to discover the corresponding Authorization server. (PR [#338](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/338))
15
+
4. Clarified [security considerations](https://modelcontextprotocol.io/specification/draft/basic/authorization#3-security-considerations) and best practices in the authorization spec and in a new [security best practices page](https://modelcontextprotocol.io/specification/draft/basic/security_best_practices).
0 commit comments