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

github-mcp-server
A Model Context Protocol server for GitHub integration
1
Github Watches
0
Github Forks
1
Github Stars
GitHub MCP Server
A Model Context Protocol server for interacting with the GitHub API.
Features
Tools
-
list_user_repos
: List repositories for the authenticated user- Parameters:
-
type
(optional): "owner", "all", or "member" (default: "owner") -
sort
(optional): "created", "updated", "pushed", or "full_name" (default: "full_name") -
direction
(optional): "asc" or "desc" (default: "asc") -
per_page
(optional): Number of results per page (default: 30, max: 100) -
page
(optional): Page number (default: 1)
-
- Parameters:
-
get_repo
: Get details about a specific repository- Parameters:
-
repo
(required): The name of the repository -
owner
(optional): The account owner. If not provided, uses authenticated user.
-
- Parameters:
-
create_repo
: Create a new repository- Parameters:
-
name
(required): The name of the repository -
description
(optional): A short description -
private
(optional): Whether the repository is private (default: false) -
auto_init
(optional): Create initial commit with empty README (default: false)
-
- Parameters:
-
create_commit
: Create a new commit with file changes- Parameters:
-
repo
(required): The name of the repository -
owner
(optional): The account owner. If not provided, uses authenticated user. -
branch
(optional): The branch name (default: "main") -
message
(required): The commit message -
files
(required): Array of files to include in commit- Each file requires:
-
path
: File path relative to repository root -
content
: File content
-
- Each file requires:
-
- Parameters:
-
push
: Push changes to a remote repository- Parameters:
-
repo
(required): The name of the repository -
owner
(optional): The account owner. If not provided, uses authenticated user. -
branch
(optional): The branch name (default: "main")
-
- Parameters:
-
pull
: Pull changes from a remote repository- Parameters:
-
repo
(required): The name of the repository -
owner
(optional): The account owner. If not provided, uses authenticated user. -
branch
(required): The branch name
-
- Parameters:
Requirements
- Node.js 18+
- GitHub personal access token with appropriate permissions
- Set
GITHUB_TOKEN
environment variable
Installation
npm install
npm run build
Configuration
Set your GitHub token as an environment variable:
export GITHUB_TOKEN=your_token_here
Usage
Run the server:
npm start
Development
For development with auto-rebuild:
npm run watch
Debugging
Use the MCP Inspector:
npm run inspector
相关推荐
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Advanced software engineer GPT that excels through nailing the basics.
Converts Figma frames into front-end code for various mobile frameworks.
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
Mirror ofhttps://github.com/agentience/practices_mcp_server
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.
Reviews

user_OeIgYJni
I've been using the ClickHouse MCP Server by dubin555, and it's been a game changer for our data analysis workflow. The performance and efficiency are outstanding, and it integrates seamlessly with our existing setup. Highly recommend it for anyone needing a robust and reliable solution. Check it out!