Skip to main content
Glama

GitHub Enterprise MCP Server

create-user

Generate and manage user accounts on GitHub Enterprise by specifying login, email, and optional details like name, company, location, and bio. Streamlines user creation via the MCP server.

Input Schema

NameRequiredDescriptionDefault
bioNoBiography for the user
blogNoURL of the user's blog or website
companyNoCompany for the user
emailYesThe email address for the user
locationNoLocation for the user
loginYesThe username for the user
nameNoFull name for the user
twitter_usernameNoTwitter username for the user

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bio": { "description": "Biography for the user", "type": "string" }, "blog": { "description": "URL of the user's blog or website", "type": "string" }, "company": { "description": "Company for the user", "type": "string" }, "email": { "description": "The email address for the user", "type": "string" }, "location": { "description": "Location for the user", "type": "string" }, "login": { "description": "The username for the user", "type": "string" }, "name": { "description": "Full name for the user", "type": "string" }, "twitter_username": { "description": "Twitter username for the user", "type": "string" } }, "required": [ "login", "email" ], "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/ddukbg/github-enterprise-mcp'

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