← Back to Plugins
MCP Server MCP

OpenHire · 哨兵

github By github 👁 1 views ▲ 0 votes

Radar for remote AI/Infra jobs from employer ATS; your résumé never transits the server.

Homepage Verified source GitHub

Install

uvx openhire

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "openhire",
      "version": "0.2.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Optional. Postgres URL (postgresql+psycopg://…); omit to use the local SQLite index.",
          "name": "OPENHIRE_DATABASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...