Radicle + GitHub

by fovi-llc

Not rated
GitHub

About

Interact with Radicle (peer-to-peer code collaboration) and GitHub through a unified interface.

Details

Author
fovi-llc
Categories
Developer Tools, Other, Communication, Automation

Setup

Install Radicle + GitHub in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/fovi-llc/radicle-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

A Model Context Protocol (MCP) server setup that provides tools for interacting with both Radicle (peer-to-peer code collaboration) and GitHub through a unified interface.

- Repository Management: Initialize, clone, and inspect Radicle repositories
- Synchronization: Sync repositories with the Radicle network
- Patches & Issues: List and manage patches and issues
- Node Information: Get node ID and remote information
- Help System: Access Radicle command documentation
- πŸ”„ GitHub Integration: Bidirectional sync of issues and PRs between GitHub and Radicle

- Repository Operations: Create, fork, clone GitHub repositories
- Issue Management: Create, update, and manage GitHub issues
- Pull Requests: Manage pull requests and reviews
- File Operations: Read, write, and manage repository files
- Search: Search repositories, issues, and code
- User Management: Manage user and organization information

- Bidirectional Issue Sync: Automatically sync issues between platforms
- Idempotent Operations: Safe to run multiple times without duplicates
- Metadata Preservation: Maintains original author, links, and timestamps
- Mapping Database: Tracks relationships between GitHub and Radicle items
- MCP Integration: Available as AI assistant tools

- rad_init: Initialize a new Radicle repository
- rad_clone: Clone an existing repository by RID
- rad_status: Get repository status and information
- rad_sync: Sync repository with the network
- rad_push: Push changes to the network

- rad_patch_list: List patches (pull requests) in a repository
- rad_issue_list: List issues in a repository
- rad_remote_list: List remotes/nodes for a repository

- rad_id: Get your Radicle node ID
- rad_help: Get help for Radicle commands
-

Radicle CLI: Ensure theradcommand is installed and available in your PATH

# Install Radicle (see https://radicle.xyz for installation instructions) curl -sSf https://install.radicle.xyz | sh

Deno: For running the GitHub MCP server

# Install Deno curl -fsSL https://deno.land/install.sh | sh

Python Environment: Python 3.8+ with the MCP library

GitHub Personal Access Token: For GitHub integration

- Go tohttps://github.com/settings/tokens
- Create a new token with repo, issues, and pull request permissions
- Set as environment variable:GITHUB_PERSONAL_ACCESS_TOKEN
- Clone this repository
- Install dependencies:

pip install -e .
deno install -g --name github-mcp npm:@modelcontextprotocol/server-github
# Set your GitHub token export GITHUB_PERSONAL_ACCESS_TOKEN=your_token_here # Run the setup script python setup_mcp.py
# Test sync connectivity python demo_sync.py # Create a test issue (optional) python create_test_issue.py # Run full sync python github_radicle_sync.py # Or use CLI interface python sync_cli.py --repo owner/repo --dry-run python sync_cli.py --repo owner/repo --issues-only

The sync functionality is available as MCP tools:

- github_sync_test: Test connectivity
- github_sync_issues: Sync issues only
- github_sync_full: Full bidirectional sync

SeeSYNC_README.mdfor detailed sync documentation.

# Radicle MCP Server python -m radicle_mcp.server # GitHub MCP Server github-mcp

The setup script automatically creates the configuration. Yourclaude_desktop_config.jsonwill include:

{ "mcpServers": { "radicle-mcp": { "command": "/path/to/python", "args": ["-m", "radicle_mcp.server"] }, "github-mcp": { "command": "/path/to/github-mcp", "args": [], "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}" } } } }

This project includes VS Code configuration for debugging the MCP server. Use the providedmcp.jsonfile to connect compatible MCP clients.

Once connected to an MCP client, you can use natural language to interact with both platforms:

- "Initialize a new Radicle repository called 'my-project'"
- "Clone the repository with RID rad:z2..."
- "Show me the current patches in this repository"
- "Sync this repository with the network"
- "What's my Radicle node ID?"

- "Create a new GitHub repository called 'awesome-project'"
- "List my recent GitHub repositories"
- "Create an issue titled 'Bug fix needed'"
- "Show me open pull requests in my repository"
- "Search for repositories related to 'machine learning'"

- "Publish this Radicle repository to GitHub"
- "Sync issues between Radicle and GitHub"
- "Compare this repository on both platforms"

radicle-mcp/ β”œβ”€β”€ src/radicle_mcp/ β”‚ β”œβ”€β”€ __init__.py β”‚ └── server.py # Main MCP server implementation β”œβ”€β”€ .vscode/ β”‚ └── mcp.json # VS Code MCP configuration β”œβ”€β”€ .github/ β”‚ └── copilot-instructions.md β”œβ”€β”€ pyproject.toml # Project configuration └── README.md

- Fork the repository
- Create a feature branch
- Make your changes
- Add tests if applicable
- Submit a pull request

MIT License - see LICENSE file for details

- Radicle Documentation
-
Model Context Protocol
-
MCP Python SDK

Official GitHub MCP server for repository search, issues, pull requests, code context, and GitHub workflows in MCP-compatible AI clients.

A CLI for interacting with GitKraken APIs. Includes an MCP server via gk mcp that not only wraps GitKraken APIs, but also Jira, GitHub, GitLab, and more.

A lightweight MCP server for interacting with GitHub repositories, requiring authentication.

A portable MCP server for performing various GitHub operations on any repository.

Manage GitHub repositories using a personal access token via CLI or environment variables.

Allows AI assistants to interact with the GitHub API for repository management, code collaboration, and other development tasks.

Interact with the GitHub API for repository management, file operations, and search.

Interact with GitHub repositories, including file operations, repository management, and search.

Integrates with the GitHub API for automation and interaction with repositories.

Integrate GitHub functionalities into AI assistants using the GitHub CLI.

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.