openai-mcp-client

ResoluteError
52
A rudimentary implementation of Anthropic's Model Context Protocol with OpenAIs Model

Overview

What is openai-mcp-client

openai-mcp-client is a basic implementation of Anthropic's Model Context Protocol (MCP) utilizing OpenAI's API to create a simple agent that operates within a chat context.

How to Use

To use openai-mcp-client, ensure Deno v2 is installed, run 'deno install' to install dependencies, copy '.env.example' to '.env' and fill in the required values. You can choose any MCP server and then execute 'deno run dev' to start the application.

Key Features

Key features include the ability to create chat agents, support for MCP servers, and the functionality to log messages for debugging purposes. However, it currently only supports tool call responses of type 'text'.

Where to Use

openai-mcp-client can be used in various fields such as customer support, interactive chatbots, and any application requiring conversational AI capabilities.

Use Cases

Use cases include developing chatbots for customer service, creating interactive educational tools, and enhancing user engagement on platforms requiring conversational interfaces.

Content