I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

MCP-Github
Il s'agit d'un serveur MCP GitHub conçu pour permettre aux LLM compatibles MCP, tels que Claude, de communiquer avec mon serveur MCP et d'interagir avec l'API GitHub.
3 years
Works with Finder
1
Github Watches
1
Github Forks
0
Github Stars
GitHub MCP (Model Context Protocol) server
Hello! This is a GitHub MCP server designed to enable MCP-compatible LLMs, such as Claude, to communicate with my MCP server and interact with the GitHub API.
Requirements
- TypeScript (programming language)
- Octokit (for making API requests to GitHub)
- Model Context Protocol SDK
Setup the project locally
- Clone the repository
- Run
npm install
- Add
.env
file looking at the sample provided in.env.example
file - To build the TypeScript files to Javascript, run
npx tsc
- To finally run the project, run
node build/index.js
Ways to test
You can test your MCP server in 2 ways:
- MCP inspector
- Claude Desktop
Test using MCP inspector
- Simply run
npx @modelcontextprotocol/inspector node build/index.js
in the terminal - Go to http://localhost:5173
- You can now see the MCP inspector and test.
Test using Claude Desktop
- Download and install Claude Desktop from here
- Go to File > Settings... > Developer > Edit Config
- It should open up the location of claude_desktop_config.json file.
- Open that file in your code editor and add the following:
{ "mcpServers": { "gh": { "command": "node", "args": ["absolute\\path\\to\\your\\index.js\\file"], "env": { "GITHUB_TOKEN": "your-github-personal-access-token" } } } }
- Exit and reopen Claude desktop
Functionalities
The MCP supports mainly two features:
- Tools (4)
-
create-issue
: create a new issue in a GitHub repository -
get-repo-info
: get information about a specific GitHub repository -
list-issues
: list issues in a GitHub repository -
search-repos
: Search for GitHub repositories
-
- Prompts (5)
-
create-issue-description
: generate a description for a GitHub issue -
create-pull-request-description
: generate a description for a GitHub pull request -
search-repos-prompt
: generate a query for searching GitHub repositories -
create-issue-prompt
: generate parameters for creating a GitHub issue -
enhance-github-response
: format and enhance raw GitHub API response data
-
You can write your own prompts or select a suitable prompt from the dropdown in the "Choose an integration" option for MCP in Claude desktop
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Advanced software engineer GPT that excels through nailing the basics.
Therapist adept at identifying core issues and offering practical advice with images.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.
Miroir dehttps: //github.com/bitrefill/bitrefill-mcp-server
MCP Server pour récupérer le contenu de la page Web à l'aide du navigateur sans tête du dramwright.
Reviews

user_bOSNOlHO
I have been using the PubChem MCP Server by sssjiang for a while now, and it has been a game-changer for my research. The interface is user-friendly, and the data is highly reliable. The tool significantly simplifies accessing and utilizing chemical information from the PubChem database. Highly recommend it to anyone in the chemistry or bioinformatics field!