mcpbeat Sign in

Fhirhydrant MCP Server

local only

Fhirhydrant runs on your own machine — the client starts it, so there is no endpoint to ping. 776 installs a week from npm. Last commit 28 Aug 2026.

FHIR MCP server with SMART Backend Services, response compaction, FHIRPath, and guarded writes.

Installs per day peak 139 · avg 21 · -85% w/w
a month agotoday
776
Installs / week
npm · fhirhydrant
17
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
NOASSERTION
License
TypeScript

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/server.js:1
этот файл ставится пользователю, но в репозитории его нет
Reads files and sends them to the network [пакет] bin/server.js:421
import { existsSync, readdirSync } from "fs";

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fhirhydrant -- npx -y fhirhydrant
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fhirhydrant": {
      "args": [
        "-y",
        "fhirhydrant"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fhirhydrant]
command = "npx"
args = ["-y", "fhirhydrant"]
.cursor/mcp.json
{
  "mcpServers": {
    "fhirhydrant": {
      "args": [
        "-y",
        "fhirhydrant"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fhirhydrant": {
      "args": [
        "-y",
        "fhirhydrant"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Fhirhydrant

same job, measured the same way
Livespace CRM MCP Server
by proautomator

Unofficial local MCP server for Livespace CRM with read tools and guarded writes.

42 installs/wk local only
Github MCP Server
by crypto-ninja

AI-optimized GitHub MCP server: 112 tools, 98% token reduction, compact responses.

156 installs/wk local only
MCP Feed Reader
by crunchtools

RSS/Atom feed reader MCP server with SQLite backend

718 installs/wk local only
Selvage
by selvage-lab

An LLM-based code review MCP server with AST-powered smart context extraction

87 installs/wk local only
Kaiten
by evvfebruary

Manage Kaiten spaces, boards, cards, comments, and tags with compact MCP responses.

54 installs/wk local only
MySQL MCP
by gistrec

MCP server for one MySQL database: schema, read-only queries and guarded writes.

181 installs/wk local only
Reddit MCP Server
by jordanburke

Reddit MCP server with full read/write - posts, comments, search, and content creation.

648 installs/wk local only
Pulse Fetch
by pulsemcp

MCP server for fetching web resources with content extraction and anti-bot bypass.

169 installs/wk local only

Fhirhydrant — questions

Answers built from our own checks of this server.

Why is there no uptime for Fhirhydrant?
Fhirhydrant runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package fhirhydrant was installed 776 times last week.
How do I connect Fhirhydrant?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fhirhydrant straight from npm; nothing to host, nothing to sign up for.
How many people use Fhirhydrant?
The npm package fhirhydrant was installed 776 times in the last week. Week over week that is -85%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fhirhydrant open source?
Yes — it is published under the NOASSERTION licence, written in TypeScript and 17 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.