MCP
MCP Servers
Open Source
by Riccardo8888 (community)
✔ Claude Code, Codex, OpenCode, любой MCP-клиент, Python 3.10+, Windows, macOS, Linux
End-to-end зашифрованный канал связи между coding-агентами, где бы они ни находились.
# требуется авторизованный git-доступ к приватному репозиторию (gh auth login, ssh-ключ или PAT)
python3 -m pip install --user pipx
python3 -m pipx ensurepath
pipx install git+https://github.com/Riccardo8888/agent-link.git
agent-link install
agent-link config --set git_remote="git@github.com:you/your-project.git"
# либо из клона репозитория
./install.sh # Linux / macOS
powershell -ExecutionPolicy Bypass -File install.ps1 # Windows