GitHub Models Helper
Allows listing, filtering, and comparing GitHub Models, enabling interaction with model metadata and response generation.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GitHub Models Helpercompare Phi-3 and GPT-4o on 'What is AI?'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GitHub Models Helper MCP Server
This is an MCP server that helps interact with and compare different GitHub Models.
Features
List available GitHub Models with metadata
Compare responses from different models
Filter and sort models by various criteria
Comprehensive error handling and fallbacks
Related MCP server: GitHub Chat MCP
Getting Started
Install dependencies:
npm installSet up environment variables: Copy
.env.templateto.envand add your GitHub token:GITHUB_TOKEN=your_github_personal_access_tokenBuild the project
npm run buildRun the MCP server in development mode:
npx @modelcontextprotocol/inspector dist/index.jsAdd 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" } } } }
Trying out the MCP Server in Claude Desktop
Try variants on these prompts to see the MCP server in action:
"list all available phi-3 models"
"compare Phi-3-mini-4k-instruct and mistral-small on this prompt: how many ns in bananasss??"
"Do a comparison between the Phi-4, gpt-4o-mini, and mistral-small models"
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GRISONRF/MCP-gh-models-helper'
If you have feedback or need assistance with the MCP directory API, please join our Discord server