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
- Download Ollama https://ollama.com/download from and setup
- Pull the llama3.2 model (
ollama pull llama3.2
)
Running
- Install the UV (https://docs.astral.sh/uv/getting-started/installation)
- Run
uv sync
- Run
uv run math_client.py