GitHired MCP server

Connect your AI tools directly to GitHired. Describe what you're building/looking for and let your agent search for the most cracked engineers.

Endpointhttps://www.githired.tech/api/mcp/mcp
API keyEvery client needs an API key. Generate one from your dashboard and paste it in below. Get your API key

Choose your client

Claude Desktop

Config

Add GitHired to your Claude Desktop config file.

  1. 1Open Claude and go to Settings → Developer → Edit Config.
  2. 2Paste the block below into claude_desktop_config.json, using the token above.
  3. 3Restart Claude Desktop, then ask it to search GitHired.
claude_desktop_config.json
{
  "mcpServers": {
    "githired": {
      "url": "https://www.githired.tech/api/mcp/mcp",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}
Get your API keyClaude: custom connectors