Overview
what is Weather/GitHub MCP Server?
This project provides a GitHub MCP server that allows users to interact with GitHub repositories and issues using Python.
how to use Weather/GitHub MCP Server?
To use the server, clone the repository, install dependencies using the uv package manager, and set your GitHub personal access token in a .env file or export it in your shell.
key features of Weather/GitHub MCP Server?
- List public repositories for a GitHub user
- List issues for a repository
- Create issues in a repository
use cases of Weather/GitHub MCP Server?
- Automating issue creation in GitHub repositories.
- Fetching and displaying repository information for analysis.
- Integrating GitHub functionalities into other applications.
FAQ from Weather/GitHub MCP Server?
- What are the requirements to run the server?
You need Python 3.10 or newer and a GitHub personal access token.
- How do I configure the MCP server?
You can configure it in your
~/.cursor/mcp.jsonfile to make it available in Cursor.
- Can I use this server for private repositories?
Yes, but ensure your GitHub token has the correct permissions.