Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by DivyanshKushwaha • Documentation & Docs
An MCP server that lets agents interact with the GitHub REST API to fetch user, repository, and authenticated-user data for use in Claude/Desktop workflows.
Fetch public GitHub user profiles by username for enrichment, verification, or context-aware responses.
Retrieve repository metadata (description, urls, visibility, etc.) to summarize or index codebases.
Perform authenticated GitHub queries using a personal access token (from .env) to access user-specific or rate-limited endpoints.
This project implements a modular command processor (MCP) server that wraps GitHub REST API calls (user info, repository details, authenticated user) for use by Claude/Desktop agents. It is built in Python using async httpx, dotenv for token management, and FastMCP to expose commands. The server is intended to be run locally and integrated via a claude_desktop_config.json entry so agents can call GitHub-related commands securely using a personal access token.
Add two numbers together. Args: a: First number b: Second number Returns: The sum of a and b
Subtract the second number from the first. Args: a: Number to subtract from b: Number to subtract Returns: The result of a - b
Multiply two numbers together. Args: a: First number b: Second number Returns: The product of a and b
Divide the first number by the second. Args: a: Numerator b: Denominator Returns: The result of a / b
Basic calculator help information.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.