hotin for Grok
io.github.abe238/hotin
What's hot in AI right now, ranked with receipts from GitHub, HN, npm and Hugging Face.
client:Grok
transport:stdio
runtime:pypi
Install hotin in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hotin": {
"type": "stdio",
"command": "uvx",
"args": [
"hotin"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs