From 6968e706d2e4e09e61987262d719bcafc7da6db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Sat, 29 Mar 2025 19:55:18 +0100 Subject: [PATCH] Added `gptme` to client list --- clients.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/clients.mdx b/clients.mdx index 2a45744..80fe6b8 100644 --- a/clients.mdx +++ b/clients.mdx @@ -22,6 +22,7 @@ This page provides an overview of applications that support the Model Context Pr | [Genkit][Genkit] | ⚠️ | ✅ | ✅ | ❌ | ❌ | Supports resource list and lookup through tools. | | [GenAIScript][GenAIScript] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools. | | [Goose][Goose] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools. | +| [gptme][gptme] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools. | | [LibreChat][LibreChat] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools for Agents | | [mcp-agent][mcp-agent] | ❌ | ❌ | ✅ | ⚠️ | ❌ | Supports tools, server connection management, and agent workflows. | | [Microsoft Copilot Studio] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools | @@ -59,6 +60,7 @@ This page provides an overview of applications that support the Model Context Pr [Mcp.el]: https://github.com/lizqwerscott/mcp.el [Roo Code]: https://roocode.com [Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions +[gptme]: https://github.com/gptme/gptme [Witsy]: https://github.com/nbonamy/witsy [Windsurf]: https://codeium.com/windsurf [CopilotMCP]: https://github.com/VikashLoomba/copilot-mcp @@ -177,6 +179,15 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft - Goose allows you to extend its functionality by [building your own MCP servers](https://block.github.io/goose/docs/tutorials/custom-extensions). - Includes built-in tools for development, web scraping, automation, memory, and integrations with JetBrains and Google Drive. +### gptme +[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. + +**Key features:** +- CLI-first design with a focus on simplicity and ease of use +- Rich set of built-in tools for shell commands, Python execution, file operations, and web browsing +- Local-first approach with support for multiple LLM providers +- Open-source, built to be extensible and easy to modify + ### LibreChat [LibreChat](https://github.com/danny-avila/LibreChat) is an open-source, customizable AI chat UI that supports multiple AI providers, now including MCP integration.