ModelTC /
LightLLM
LightLLM is a Python-based LLM (Large Language Model) inference and serving framework, notable for its lightweight design, easy scalability, and high-speed performance.
87/100 healthLoading repository data…
jiangchenwo / repository
A Python-based Model Context Protocol (MCP) server that enables Large Language Model (LLM) to search and analyze University of Minnesota (UMN) courses, professors, and grade distributions.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Gopher Grades MCP is a Python-based Model Context Protocol (MCP) server that enables Large Language Model (LLM) to search and analyze University of Minnesota (UMN) courses, professors, and grade distributions.
Gopher grades MCP server provides the following tools:
| Tool Name | Description |
|---|---|
search_courses | Find UMN courses by department, course number, level, GPA, and keywords. Get course details and grade statistics. |
get_grades_of_a_course | Retrieve detailed grade distributions for a specific course, including breakdowns by professor and term, and liberal education requirements. |
search_professors | Look up professors by name or ID, including Rate My Professor scores, difficulty ratings, and courses taught. |
get_grades_of_a_professor | Get overall and per-course/term grade statistics for a professor. |
get_liberal_education_courses | List courses that fulfill a specific liberal education requirement. |
get_abbreviations_and_terms | Access department codes, academic terms and abbreviations. |
query_database | Execute a raw SELECT query directly against the database for custom analysis not covered by other tools. |
A agent skill is included in the gopher-grades-skill folder. When active, it guides LLM on tool selection, query strategies, and data interpretation for this MCP server.
To add the skill, copy the gopher-grades-skill folder into the skills/ directory of your app.
Install uv before running the MCP server. Follow the official instructions.
Follow the steps for your platform.
Gopher Grades MCP.Gopher Grades MCP tool on Claude Desktop as shown in the screenshot and start chatting.
ABS/PATH/TO/ in the following config by the absolute path to this repo.{
"mcpServers": {
"Gopher Grades": {
"command": "uv",
"args": [
"--directory",
"ABS/PATH/TO/gopher-mcp-servers",
"run",
"server/gopher_grades_server.py"
]
}
}
}
The following examples are chats from Claude desktop with the Gopher Grades MCP tool enabled:
The grades data used in this repository is from Gopher Grades
MIT License
Selected from shared topics, language and repository description—not editorial ratings.
ModelTC /
LightLLM is a Python-based LLM (Large Language Model) inference and serving framework, notable for its lightweight design, easy scalability, and high-speed performance.
87/100 healthNisaarAgharia /
AI-Video-Cropper is a Python-based tool that leverages the power of GPT-4 (OpenAI's language model) to automatically analyze videos, extract the most interesting sections, and crop them for improved viewing experience. This project combines the capabilities of GPT-4, FFmpeg, and OpenCV to automate the process of identifying highlights in videos
74/100 healthTheBlewish /
A Python-based web-assisted large language model (LLM) search assistant using Llama.cpp
78/100 healthpypsa-meets-earth /
PyPSA-Earth: A flexible Python-based open optimisation model to study energy system futures around the world.
67/100 healthsb-ai-lab /
Tsururu is a Python-based library that provides a wide range of multi-series and multi-point-ahead prediction strategies, compatible with any underlying model, including neural networks.
72/100 healthblobcity /
Python based framework for Automatic AI for Regression and Classification over numerical data. Performs model search, hyper-parameter tuning, and high-quality Jupyter Notebook code generation.
71/100 health