Sponsored by Deepsite.site

GitHub Models Helper MCP Server

Created By
michaelwybraniec6 months ago
Content

GitHub Models Helper MCP Server

This MCP server helps you interact with and compare different language models available via GitHub Models and AzureML, including OpenAI, Microsoft, Meta, Mistral, and more.

Features

  • List available language models with metadata
  • Compare responses from different models for the same prompt
  • Filter and sort models by various criteria
  • Comprehensive error handling and fallbacks
  • Visualize model comparisons (see below)

Getting Started

  1. Install dependencies:
    npm install
    
  2. Set up environment variables: Copy .env.template to .env and add your GitHub token:
    GITHUB_TOKEN=your_github_personal_access_token
    
  3. Build the project:
    npm run build
    
  4. Run the MCP server in development mode:
    npx @modelcontextprotocol/inspector dist/index.js
    
  5. Add the MCP server to Claude Desktop: In claude_desktop_config.json:
    {
       "mcpServers": {
          "GitHub Models Helper": {
             "command": "node",
             "args": [
             "/absolute/path/to/gh-models-helper/dist/index.js"
             ],
             "env": {
             "GITHUB_TOKEN": "your_github_personal_access_token"
             }
          }
       }
    }
    

Available Phi-3 Models

Model IDDisplay NameContext WindowSummary
Phi-3-medium-128k-instructPhi-3-medium instruct (128k)131,072Same Phi-3-medium model, but with a larger context size
Phi-3-medium-4k-instructPhi-3-medium instruct (4k)4,09614B parameters, better quality than Phi-3-mini

Note: There is currently no model named "Phi-4" or "Phi-3-mini-4k-instruct" in the available list. Use the above IDs for comparisons.

Visualizing Model Comparisons

You can compare how different models respond to the same prompt and visualize the results. For example, to compare three models:

  • Phi-3-medium-128k-instruct
  • gpt-4o-mini
  • Mistral-small

Example prompt:

Explain the difference between AI and machine learning.

Sample output visualization:

ModelResponse
Phi-3-medium-128k-instruct...
gpt-4o-mini...
Mistral-small...

You can use your own prompt and models. The server will return a JSON object with the responses, which you can render as a table or chart in your application.

Example Prompts

  • "list all available phi-3 models"
  • "compare Phi-3-medium-4k-instruct and Mistral-small on this prompt: how many ns in bananasss??"
  • "Do a comparison between the Phi-3-medium-128k-instruct, gpt-4o-mini, and Mistral-small models"

For more details, see the code and documentation in project.md.

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
CursorThe AI Code Editor
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Serper MCP ServerA Serper MCP Server
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Tavily Mcp
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Amap Maps高德地图官方 MCP Server
DeepChatYour AI Partner on Desktop
WindsurfThe new purpose-built IDE to harness magic
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Playwright McpPlaywright MCP server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
ChatWiseThe second fastest AI chatbot™
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code