About
GitHub Access MCP Server
README
A simple MCP (Model Context Protocol) server that allows Claude to browse and read files from any public GitHub repository.
What it does
This server gives Claude three tools:
- list_repos — lists all public repositories for a given GitHub user or organization
- list_files — lists all files and folders in a given repository path
- get_file — reads the content of a specific file from a repository
This means you can ask Claude to explore and analyze any public GitHub repo directly, without having to copy-paste code manually.
Requirements
- Python 3.10+
- Claude Desktop
Installation
Clone the repo:
git clone https://github.com/merakleee/mcp-gitaccess.git cd mcp-gitaccessInstall dependencies:
pip install mcp requestsAdd the server to your Claude Desktop config file at
C:\Users\<you>\AppData\Roaming\Claude\claude_desktop_config.json:{ "mcpServers": { "gitaccess": { "command": "python", "args": ["C:\\path\\to\\server.py"] } } }Restart Claude Desktop.
Notes
- Only works with public repositories
- No GitHub token required
- Rate limited to 60 requests/hour by the GitHub API
Installing Gitaccess
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/merakleee/gitaccess-mcpFAQ
Is Gitaccess MCP free?
Yes, Gitaccess MCP is free — one-click install via Unyly at no cost.
Does Gitaccess need an API key?
No, Gitaccess runs without API keys or environment variables.
Is Gitaccess hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Gitaccess in Claude Desktop, Claude Code or Cursor?
Open Gitaccess on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Gitaccess with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
