Skip to main content
Glama

Radicle + GitHub MCP Server

by fovi-llc

rad_init

Set up a new Radicle repository with specified name, description, and visibility. Integrates with Radicle + GitHub MCP Server for streamlined peer-to-peer code collaboration and cross-platform repository management.

Instructions

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)

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameYes
publicNo

Input Schema (JSON Schema)

{ "properties": { "description": { "default": "", "title": "Description", "type": "string" }, "name": { "title": "Name", "type": "string" }, "public": { "default": true, "title": "Public", "type": "boolean" } }, "required": [ "name" ], "title": "rad_initArguments", "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