Skip to content

Commit a138b98

Browse files
committed
add CodeGPT Client
1 parent 3addaff commit a138b98

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/clients.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ This page provides an overview of applications that support the Model Context Pr
6060
| [Windsurf Editor][Windsurf] ||||||| Supports tools with AI Flow for collaborative development. |
6161
| [Witsy][Witsy] ||||||| Supports tools in Witsy. |
6262
| [Zed][Zed] ||||||| Prompts appear as slash commands |
63+
| [CodeGPT][CodeGPT] ||||||| Supports tools in VSCode and Jetbrains |
6364

6465
[5ire]: https://github.com/nanbingxyz/5ire
6566
[AgentAI]: https://github.com/AdamStrojek/rust-agentai
@@ -109,6 +110,7 @@ This page provides an overview of applications that support the Model Context Pr
109110
[gptme]: https://github.com/gptme/gptme
110111
[Witsy]: https://github.com/nbonamy/witsy
111112
[Zed]: https://zed.dev
113+
[CodeGPT]: https://codegpt.co
112114
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
113115
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
114116
[Tools]: https://modelcontextprotocol.io/docs/concepts/tools
@@ -585,6 +587,17 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
585587
- Tight integration with editor features and workspace context
586588
- Does not support MCP resources
587589

590+
### CodeGPT
591+
[CodeGPT](https://codegpt.co) is a popular VS Code and Jetbrains extension that brings AI-powered coding assistance to your editor. It supports integration with MCP servers for tools, allowing users to leverage external AI capabilities directly within their development workflow.
592+
593+
**Key features:**
594+
- Use MCP tools from any configured MCP server
595+
- Seamless integration with VS Code and Jetbrains UI
596+
- Supports multiple LLM providers and custom endpoints
597+
598+
**Learn more:**
599+
- [CodeGPT Documentation](https://docs.codegpt.co/)
600+
588601
## Adding MCP support to your application
589602

590603
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)