Remote MCP Chat logo

Remote MCP Chat

by anycontext-ai

Remote MCP Chat enables communication using a chat interface. It leverages OpenAI and a Remote MCP server for functionality.

View on GitHub

Last updated: N/A

Remote MCP Chat

Architecture

alt text

alt text

How it works

alt text

alt text

Prerequisites

  • Python >3.10
  • uv
  • OpenAI API key
  • Remote MCP server

Setup environment

  1. Create .env file: cp .env.example .env
  2. Add your OpenAI API key and MCP server url to the .env file.
  3. Create virtual environment: uv venv
  4. Activate virtual environment (windows): .venv\Scripts\activate
  5. Install dependencies: uv pip install -r pyproject.toml
  6. Run chat client: uv run client.py