SyncGTM logo
All enrichments & signals

Person Github Profile

Find a person's GitHub profile URL using their name or email.

Configure MCP server with Person Github Profile

Access Person Github Profile via the SyncGTM MCP server from AI tools like Claude, ChatGPT, Cursor, or Windsurf. Your AI assistant can find GitHub profiles on demand.

MCP server configuration

Add this to your MCP client configuration (Claude Desktop, Cursor, Windsurf, or any MCP-compatible tool):

json
{
  "mcpServers": {
    "syncgtm": {
      "type": "http",
      "url": "https://api.syncgtm.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Example prompt

Find the GitHub profile for Chris Lee whose email is chris.lee@devco.io.

Example response

json
{
  "github_url": "https://github.com/chrislee-dev",
  "github_username": "chrislee-dev",
  "public_repos": 47,
  "followers": 320
}

Learn more about Enrichment MCP

SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →