← Back to Plugins
MCP Server MCP

io.github.abe238/hotin

github By github 👁 1 views ▲ 0 votes

What's hot in AI right now, ranked with receipts from GitHub, HN, npm and Hugging Face.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...