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
@@ -207,6 +211,17 @@ It uses plain JavaScript (old-school style) and is hosted on Apify, allowing you
207
211
- Works with the [Apify MCP Server](https://apify.com/apify/actors-mcp-server) to interact with one or more Apify [Actors](https://apify.com/store).
208
212
- Dynamically utilizes tools based on context and user queries (if supported by the server).
209
213
214
+
### Augment Code
215
+
216
+
[Augment Code](https://augmentcode.com) is an AI-powered coding platform for VS Code and JetBrains with autonomous agents, chat, and completions. Both local and remote agents are backed by full codebase awareness and native support for MCP, enabling enhanced context through external sources and tools.
217
+
218
+
**Key features:**
219
+
220
+
- Full MCP support in local and remote agents.
221
+
- Add additional context through MCP servers.
222
+
- Automate your development workflows with MCP tools.
223
+
- Works in VS Code and JetBrains IDEs.
224
+
210
225
### BeeAI Framework
211
226
212
227
[BeeAI Framework](https://i-am-bee.github.io/beeai-framework) is an open-source framework for building, deploying, and serving powerful agentic workflows at scale. The framework includes the **MCP Tool**, a native feature that simplifies the integration of MCP servers into agentic workflows.
@@ -517,6 +532,22 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
517
532
- Support for both stdio and SSE transport protocols
518
533
- Comprehensive tool orchestration and resource analysis capabilities
519
534
535
+
### Memex
536
+
537
+
[Memex](https://memex.tech/) is the first MCP client and MCP server builder - all-in-one desktop app. Unlike traditional MCP clients that only consume existing servers, Memex can create custom MCP servers from natural language prompts, immediately integrate them into its toolkit, and use them to solve problems—all within a single conversation.
538
+
539
+
**Key features:**
540
+
541
+
-**Prompt-to-MCP Server**: Generate fully functional MCP servers from natural language descriptions
542
+
-**Self-Testing & Debugging**: Autonomously test, debug, and improve created MCP servers
543
+
-**Universal MCP Client**: Works with any MCP server through intuitive, natural language integration
544
+
-**Curated MCP Directory**: Access to tested, one-click installable MCP servers (Neon, Netlify, GitHub, Context7, and more)
545
+
-**Multi-Server Orchestration**: Leverage multiple MCP servers simultaneously for complex workflows
546
+
547
+
**Learn more:**
548
+
549
+
-[Memex Launch 2: MCP Teams and Agent API](https://memex.tech/blog/memex-launch-2-mcp-teams-and-agent-api-private-preview-125f)
550
+
520
551
### Microsoft Copilot Studio
521
552
522
553
[Microsoft Copilot Studio] is a robust SaaS platform designed for building custom AI-driven applications and intelligent agents, empowering developers to create, deploy, and manage sophisticated AI solutions.
Copy file name to clipboardExpand all lines: docs/development/roadmap.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Our plans for evolving Model Context Protocol
5
5
6
6
<Info>Last updated: **2025-03-27**</Info>
7
7
8
-
The Model Context Protocol is rapidly evolving. This page outlines our current thinking on key priorities and direction for approximately **the next six months**, though these may change significantly as the project develops. To see what's changed recently, check out the **[specification changelog](/specification/2025-03-26/changelog/)**.
8
+
The Model Context Protocol is rapidly evolving. This page outlines our current thinking on key priorities and direction for approximately **the next six months**, though these may change significantly as the project develops. To see what's changed recently, check out the **[specification changelog](/specification/2025-06-18/changelog/)**.
0 commit comments