Remote MCP Chat
Architecture

How it works

Prerequisites
- Python >3.10
- uv
- OpenAI API key
- Remote MCP server
Setup environment
- Create
.envfile:cp .env.example .env - Add your OpenAI API key and MCP server url to the
.envfile. - Create virtual environment:
uv venv - Activate virtual environment (windows):
.venv\Scripts\activate - Install dependencies:
uv pip install -r pyproject.toml - Run chat client:
uv run client.py