Fast MCP Servers logo

Fast MCP Servers

by jeevanreddyg

Fast MCP Servers provides a platform to run math clients using FastAPI and Ollama. It leverages Llama3.2 for processing and answering mathematical queries.

View on GitHub

Last updated: N/A

Fast MCP Servers

Pre-requisite

  1. Download Ollama https://ollama.com/download from and setup
  2. Pull the llama3.2 model (ollama pull llama3.2)

Running

  1. Install the UV (https://docs.astral.sh/uv/getting-started/installation)
  2. Run uv sync
  3. Run uv run math_client.py