Skip to main content
Glama

Radicle + GitHub MCP Server

by fovi-llc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_PERSONAL_ACCESS_TOKENYesGitHub Personal Access Token with repo, issues, and pull request permissions

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
rad_init
Initialize a new Radicle repository. Args: name: Name of the repository description: Description of the repository public: Whether the repository should be public (default: True)
rad_clone
Clone a Radicle repository. Args: rid: Repository ID (RID) to clone path: Optional path where to clone the repository
rad_sync
Sync a Radicle repository with the network. Args: repository_path: Path to the repository (default: current directory)
rad_push
Push changes to the Radicle network. Args: repository_path: Path to the repository (default: current directory)
rad_patch_list
List patches in a Radicle repository. Args: repository_path: Path to the repository (default: current directory)
rad_issue_list
List issues in a Radicle repository. Args: repository_path: Path to the repository (default: current directory)
rad_id
Get the current node's Radicle ID.
rad_status
Get the status of a Radicle repository. Args: repository_path: Path to the repository (default: current directory)
rad_remote_list
List remotes in a Radicle repository. Args: repository_path: Path to the repository (default: current directory)
rad_help
Get help for Radicle commands. Args: command: Specific command to get help for (optional)
github_sync_unavailable
GitHub sync functionality is not available.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fovi-llc/radicle-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server