Skip to main content
Glama
kurdin

GitHub Repos Manager MCP Server

users.cjs451 B
// src/handlers/users.cjs const userFormatters = require("../formatters/users.cjs"); async function getUserInfo(args, apiService) { const { username } = args; // username is optional; if not provided, fetches authenticated user const endpoint = username ? `/users/${username}` : "/user"; const user = await apiService.makeGitHubRequest(endpoint); return userFormatters.formatGetUserInfoOutput(user); } module.exports = { getUserInfo, };

Latest Blog Posts

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/kurdin/github-repos-manager-mcp'

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