From f7d139b282354d6cd6a34462c3b3eda0110af343 Mon Sep 17 00:00:00 2001 From: Matt May Date: Fri, 6 Dec 2024 16:20:58 -0600 Subject: [PATCH 1/2] Update README.md Added link to mzxrai/mcp-openai: MCP server to chat with OpenAI models --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8721b3b5..efde19bd 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ Interact with Git repositories and version control platforms. Enables repository ### 🛠️ Other Tools and Integrations +- [mzxrai/mcp-openai](https://github.com/mzxrai/mcp-openai) 📇☁️ - Chat with OpenAI's smartest models - [mrjoshuak/godoc-mcp](https://github.com/mrjoshuak/godoc-mcp) 🏎️ 🏠 - Token-efficient Go documentation server that provides AI assistants with smart access to package docs and types without reading entire source files - [pierrebrunelle/mcp-server-openai](https://github.com/pierrebrunelle/mcp-server-openai) 🐍 ☁️ - Query OpenAI models directly from Claude using MCP protocol - [@modelcontextprotocol/server-everything](https://github.com/modelcontextprotocol/servers/tree/main/src/everything) 📇 🏠 - MCP server that exercises all the features of the MCP protocol From 64c593d201dd6adb4d2a5f38c332f417ca279692 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:34:55 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efde19bd..c97d7d2d 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ Interact with Git repositories and version control platforms. Enables repository ### 🛠️ Other Tools and Integrations -- [mzxrai/mcp-openai](https://github.com/mzxrai/mcp-openai) 📇☁️ - Chat with OpenAI's smartest models +- [mzxrai/mcp-openai](https://github.com/mzxrai/mcp-openai) 📇 ☁️ - Chat with OpenAI's smartest models - [mrjoshuak/godoc-mcp](https://github.com/mrjoshuak/godoc-mcp) 🏎️ 🏠 - Token-efficient Go documentation server that provides AI assistants with smart access to package docs and types without reading entire source files - [pierrebrunelle/mcp-server-openai](https://github.com/pierrebrunelle/mcp-server-openai) 🐍 ☁️ - Query OpenAI models directly from Claude using MCP protocol - [@modelcontextprotocol/server-everything](https://github.com/modelcontextprotocol/servers/tree/main/src/everything) 📇 🏠 - MCP server that exercises all the features of the MCP protocol