Skip to main content
Glama

GitMCP

auth_set_token

Set an authentication token for a specified provider (e.g., Gitea, GitHub) to enable secure access and interaction with project resources via the GitMCP server.

Instructions

Set authentication token for a provider

Input Schema

NameRequiredDescriptionDefault
providerYesProvider name (gitea, github)
tokenYesAuthentication token

Input Schema (JSON Schema)

{ "properties": { "provider": { "description": "Provider name (gitea, github)", "type": "string" }, "token": { "description": "Authentication token", "type": "string" } }, "required": [ "provider", "token" ], "type": "object" }

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/idosal/git-mcp'

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