Skip to content

Commit 7d5ca3d

Browse files
authored
Merge pull request modelcontextprotocol#90 from JonasHelming/modelcontextprotocolGH-89
Add Theia AI and Theia IDE as a client
2 parents 9976f83 + 52ca5ab commit 7d5ca3d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

clients.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This page provides an overview of applications that support the Model Context Pr
1717
| [GenAIScript][GenAIScript] |||||| Supports tools. |
1818
| [Cline][Cline] |||||| Supports tools and resources. |
1919
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
20+
| [TheiaAI/TheiaIDE][TheiaAI/TheiaIDE] |||||| Supports tools for Agents in Theia AI and the AI-powered Theia IDE |
2021

2122
[Claude]: https://claude.ai/download
2223
[Zed]: https://zed.dev
@@ -26,6 +27,7 @@ This page provides an overview of applications that support the Model Context Pr
2627
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
2728
[Cline]: https://github.com/cline/cline
2829
[LibreChat]: https://github.com/danny-avila/LibreChat
30+
[TheiaAI/TheiaIDE]: https://eclipsesource.com/blogs/2024/12/19/theia-ide-and-theia-ai-support-mcp/
2931

3032
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
3133
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
@@ -106,6 +108,20 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
106108
- Open-source and self-hostable, with secure multi-user support
107109
- Future roadmap includes expanded MCP feature support
108110

111+
### TheiaAI/TheiaIDE
112+
[Theia AI](https://eclipsesource.com/blogs/2024/10/07/introducing-theia-ai/) is a framework for building AI-enhanced tools and IDEs. The [AI-powered Theia IDE](https://eclipsesource.com/blogs/2024/10/08/introducting-ai-theia-ide/) is an open and flexible development environment built on Theia AI.
113+
114+
**Key features:**
115+
- **Tool Integration**: Theia AI enables AI agents, including those in the Theia IDE, to utilize MCP servers for seamless tool interaction.
116+
- **Customizable Prompts**: The Theia IDE allows users to define and adapt prompts, dynamically integrating MCP servers for tailored workflows.
117+
- **Custom agents**: The Theia IDE supports creating custom agents that leverage MCP capabilities, enabling users to design dedicated workflows on the fly.
118+
119+
Theia AI and Theia IDE's MCP integration provide users with flexibility, making them powerful platforms for exploring and adapting MCP.
120+
121+
**Learn more:**
122+
- [Theia IDE and Theia AI MCP Announcement](https://eclipsesource.com/blogs/2024/12/19/theia-ide-and-theia-ai-support-mcp/)
123+
- [Download the AI-powered Theia IDE](https://theia-ide.org/)
124+
109125
## Adding MCP support to your application
110126

111127
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.

0 commit comments

Comments
 (0)