P

remote-mcp-chat

Created Oct 19, 2025 by AnyContext-ai

Language:

Python

Stars:

4

Forks:

2

README

Remote MCP Chat

Architecture

![alt text]()

How it works

![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
Last updated: Oct 19, 2025

Publisher info

AnyContext-ai's avatar

AnyContext-ai

AnyContext provides Context as a Service for your LLM-powered applications

3
followers
0
following
12
repos

More MCP servers built with Python

Stable Diffusion WebUI

Stable Diffusion web UI

By AUTOMATIC1111 160.1K
Transformers

🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.

By huggingface 155.5K
PyTorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

By pytorch 96.8K