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: MCP GitHub CrunchTools
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.
Related MCP Servers
- -license-qualityBmaintenanceMCP Server for the GitHub API, enabling file operations, repository management, search functionality, and more.Last updated132,04289,088MIT
- AlicenseAqualityBmaintenanceA secure MCP server for interacting with GitHub issues, pull requests, repository files, and search, supporting both github.com and GitHub Enterprise Server.Last updated11AGPL 3.0
- Flicense-qualityDmaintenanceMCP server that lists available GitHub Models and compares responses from multiple models for the same prompt.Last updated
- Alicense-qualityDmaintenanceMCP server for fetching GitHub repository files and directory trees, supporting raw file content, unix-style directory trees, and enhanced trees with file sizes, depth limits, and filters.Last updated2212MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
An MCP server that gives your AI access to the source code and docs of all public github repos
MCP server for accessing curated awesome list documentation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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