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
TokenEvery client authenticates with a connection token. Generate one from your dashboard and paste it in place of YOUR_TOKEN. Get your token

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 connection tokenClaude: custom connectors