a-simple-mcp-client

This repository is a simple MCP client that runs with Ollama. It can be easily set up using Docker, requiring a SERPER API key. The application runs locally and can be accessed via a web browser.

GitHub Stars

0

User Rating

Not Rated

Favorites

0

Views

30

Forks

0

Issues

0

README
A simple MCP client

A simple MCP client running with Ollama.

Getting started
  1. Clone this repository:
git clone https://github.com/minhnguyent546/a-simple-mcp-client.git 
cd a-simple-mcp-client
  1. Update the .env file:
cp .env.example .env

Add your SERPER API key to .env file. You can get one from https://serper.dev/

  1. Start the application:
    You can start the application with Docker compose:
docker-compose up --build

Point your browser to http://localhost:8501 to see the application.