Описание
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
Установка Gitaccess
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/merakleee/gitaccess-mcpFAQ
Gitaccess MCP бесплатный?
Да, Gitaccess MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Gitaccess?
Нет, Gitaccess работает без API-ключей и переменных окружения.
Gitaccess — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Gitaccess в Claude Desktop, Claude Code или Cursor?
Открой Gitaccess на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: 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
автор: mcpdotdirectCompare Gitaccess with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
