MCP Server
MCP
io.github.abe238/hotin
What's hot in AI right now, ranked with receipts from GitHub, HN, npm and Hugging Face.
Install
uvx hotin
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "hotin",
"version": "0.8.7",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Starts the MCP server. Without it the CLI prints usage and exits, so this is not optional.",
"isRequired": true,
"value": "mcp",
"type": "positional",
"valueHint": "mcp"
}
],
"environmentVariables": [
{
"description": "Optional. Only the 'insiders' tab needs it, to poll what notable developers starred. Every other tab works with no key at all.",
"format": "string",
"isSecret": true,
"name": "GITHUB_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment