andradeandrey/localmcp
3.1
If you are the rightful owner of localmcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is an MCP (Model Context Protocol) server that integrates with the GitHub API, enabling AI assistants to interact with repositories, issues, pull requests, and other GitHub resources.
Tools
Functions exposed to the LLM to take actions
get_user
Fetches information about a GitHub user.
get_repos
Lists repositories of a user.
get_issues
Lists issues of a repository.
get_pull_requests
Lists pull requests of a repository.
get_commits
Lists commits of a repository.
get_content
Fetches content of a file in a repository.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client