GitHub Mapper MCP Server

set-github-token

Set the GitHub Personal Access Token for authentication

Input Schema

NameRequiredDescriptionDefault
tokenYesGitHub Personal Access Token

Input Schema (JSON Schema)

{ "properties": { "token": { "description": "GitHub Personal Access Token", "type": "string" } }, "required": [ "token" ], "type": "object" }

You must be authenticated.

Other Tools