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
A simple MCP client
A simple MCP client running with Ollama.
Getting started
- Clone this repository:
git clone https://github.com/minhnguyent546/a-simple-mcp-client.git
cd a-simple-mcp-client
- Update the .env file:
cp .env.example .env
Add your SERPER API key to .env file. You can get one from https://serper.dev/
- 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.
NLP | LLM | Computer vision | Love Penguin | Obsessed with typed languages
12
Followers
21
Repositories
5
Gists
0
Total Contributions
MCP-Ollama-Client is a Python client library that allows users to easily interact with the Ollama API for AI model manipulation. It provides a simple interface for calling models and sending/receiving data, making it user-friendly for developers. The documentation is comprehensive, facilitating a smooth onboarding process for first-time users.