Skip to main content
Glama
fovi-llc

Radicle + GitHub MCP Server

by fovi-llc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
rad_initB
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_cloneB
Clone a Radicle repository.

Args:
    rid: Repository ID (RID) to clone
    path: Optional path where to clone the repository
rad_syncC
Sync a Radicle repository with the network.

Args:
    repository_path: Path to the repository (default: current directory)
rad_pushC
Push changes to the Radicle network.

Args:
    repository_path: Path to the repository (default: current directory)
rad_patch_listB
List patches in a Radicle repository.

Args:
    repository_path: Path to the repository (default: current directory)
rad_issue_listC
List issues in a Radicle repository.

Args:
    repository_path: Path to the repository (default: current directory)
rad_idB

Get the current node's Radicle ID.

rad_statusA
Get the status of a Radicle repository.

Args:
    repository_path: Path to the repository (default: current directory)
rad_remote_listB
List remotes in a Radicle repository.

Args:
    repository_path: Path to the repository (default: current directory)
rad_helpB
Get help for Radicle commands.

Args:
    command: Specific command to get help for (optional)
github_sync_unavailableC

GitHub sync functionality is not available.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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