Back to Browse

Openhire MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

OpenHire is a well-intentioned job discovery MCP server with strong privacy-first design and reasonable code structure. The codebase demonstrates careful attention to its core privacy promise (résumés never transit the server), enforced by CI tests. Permissions align well with its stated purpose of querying public ATS APIs and maintaining a local job index. Minor issues include broad exception handling, some input validation gaps, and potential information disclosure through error messages, but these do not constitute critical security flaws. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

3 files analyzed · 14 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

database

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Optional. Postgres URL (postgresql+psycopg://…); omit to use the local SQLite index.Optional

Environment variable: OPENHIRE_DATABASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-gzchenhao-openhire": {
      "env": {
        "OPENHIRE_DATABASE_URL": "your-openhire-database-url-here"
      },
      "args": [
        "openhire"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!