Skip to content

Commit 63ccd1a

Browse files
authored
Merge pull request modelcontextprotocol#361 from ErikBjare/add-gptme
docs: added `gptme` to client list
2 parents 44029de + c0e7b3d commit 63ccd1a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/clients.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ This page provides an overview of applications that support the Model Context Pr
2525
| [Genkit][Genkit] | ⚠️ ||||| Supports resource list and lookup through tools. |
2626
| [GenAIScript][GenAIScript] |||||| Supports tools. |
2727
| [Goose][Goose] |||||| Supports tools. |
28+
| [gptme][gptme] |||||| Supports tools. |
2829
| [Klavis AI Slack/Discord/Web][Klavis AI] |||||| Supports tools and resources. |
2930
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
3031
| [mcp-agent][mcp-agent] |||| ⚠️ || Supports tools, server connection management, and agent workflows. |
@@ -76,6 +77,7 @@ This page provides an overview of applications that support the Model Context Pr
7677
[TypingMind App]: https://www.typingmind.com
7778
[VS Code]: https://code.visualstudio.com/
7879
[Windsurf]: https://codeium.com/windsurf
80+
[gptme]: https://github.com/gptme/gptme
7981
[Witsy]: https://github.com/nbonamy/witsy
8082
[Zed]: https://zed.dev
8183
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
@@ -223,6 +225,15 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
223225
- Goose allows you to extend its functionality by [building your own MCP servers](https://block.github.io/goose/docs/tutorials/custom-extensions).
224226
- Includes built-in tools for development, web scraping, automation, memory, and integrations with JetBrains and Google Drive.
225227

228+
### gptme
229+
[gptme](https://github.com/gptme/gptme) is a open-source terminal-based personal AI assistant/agent, designed to assist with programming tasks and general knowledge work.
230+
231+
**Key features:**
232+
- CLI-first design with a focus on simplicity and ease of use
233+
- Rich set of built-in tools for shell commands, Python execution, file operations, and web browsing
234+
- Local-first approach with support for multiple LLM providers
235+
- Open-source, built to be extensible and easy to modify
236+
226237
### Klavis AI Slack/Discord/Web
227238
[Klavis AI](https://www.klavis.ai/) is an Open-Source Infra to Use, Build & Scale MCPs with ease.
228239

0 commit comments

Comments
 (0)