Skip to main content
Glama

Radicle + GitHub MCP Server

by fovi-llc

rad_clone

Clone Radicle repositories by specifying the Repository ID (RID) and optional target path. Integrates with the Radicle + GitHub MCP Server for streamlined repository management and collaboration.

Instructions

Clone a Radicle repository. Args: rid: Repository ID (RID) to clone path: Optional path where to clone the repository

Input Schema

NameRequiredDescriptionDefault
pathNo
ridYes

Input Schema (JSON Schema)

{ "properties": { "path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Path" }, "rid": { "title": "Rid", "type": "string" } }, "required": [ "rid" ], "title": "rad_cloneArguments", "type": "object" }
Install Server

Other Tools from Radicle + GitHub MCP Server

Related Tools

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