Skip to main content
ClaudeWave

The backend for AI products. Distribution for the Gemmein CLI (npx gemmein) and the MCP server (@gemmein/mcp).

MCP ServersOfficial Registry0 stars0 forks● JavaScriptNOASSERTIONUpdated today
ClaudeWave Trust Score
72/100
· OK
Passed
  • ✓Actively maintained (<30d)
  • ✓Clear description
  • ✓Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 9/26/2026
Install in Claude Code / Claude Desktop
Method: NPX · gemmein
Claude Code CLI
claude mcp add gemmein-release -- npx -y gemmein
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "gemmein-release": {
      "command": "npx",
      "args": ["-y", "gemmein"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# gemmein

The distribution home of the [Gemmein](https://gemmein.com) CLI — the
`gemmein` package on npm, and the release record of the local engine it runs.

Gemmein is the trustworthy backend for AI-built apps: accounts, data,
payments — with the boundaries enforced by the platform, not by your app's
code. The CLI brings that to your machine: `npx gemmein init` shapes your
product's boundaries in plain language, and `gemmein dev` runs a real local
backend that enforces them while you build.

## MCP server

`@gemmein/mcp` gives a coding agent the whole Gemmein contract as tools — the
builder guide, the SDK reference, rule and error explainers, and a live check
of an app's access boundaries — read-only against the platform: no tool it
ships creates, edits, or deletes anything on Gemmein.

Install for Claude Code:

```sh
claude mcp add gemmein -- npx -y @gemmein/mcp
```

Install for Claude Desktop, Cursor, or any client that takes an `mcpServers`
block:

```json
{
  "mcpServers": {
    "gemmein": {
      "command": "npx",
      "args": ["-y", "@gemmein/mcp"]
    }
  }
}
```

No environment variables are required to run it.

Tools it serves:

- `guide` — the full builder's guide, covering auth flow, the seven safety
  rules, record shapes, links, uploads, contention, payments.
- `reference` — every SDK method, exact signature, return shape, and error
  code.
- `search_docs` — targeted search over both, when it needs one fact.
- `explain_rule` — any rule's contract, what it's right for, and the
  mistakes to avoid, or a cheat-sheet of all seven at planning time.
- `explain_error` — what a `GemmeinError` code means and exactly what to do
  about it.
- `validate_collection_name` — catches a misnamed collection before every
  read starts returning empty results.
- `explain_relay` — a `gemmein/relays/<name>.json` definition in, the
  sentence the dashboard would show out, or the one refusal naming the
  field; offline, over the eleven verbs `write_record`, `grant_access`,
  `revoke_access`, `grant_credits`, `email_person`, `call_url`,
  `fulfil_product`, `refund_product`, `grant_plan`, `revoke_plan` and
  `start_run`.
- `reaffirm_template` — the CI harness, ready to copy.
- `check_integration` — runs an app's isolation and access checks live
  against itself and hands back structured pass/fail.

Docs: [docs.gemmein.com/mcp](https://docs.gemmein.com/mcp).

## How the launcher works

The npm package you install is a small launcher, published as readable
source — what you see in `shim/` is exactly what runs on your machine.

On first run it downloads the Gemmein engine, verifies it against SHA-256
hashes pinned inside this package, caches it locally, and runs it. After
that one download, everything works fully offline. If a downloaded file
ever fails verification, the launcher refuses to run it.

- `shim/` — the `gemmein` npm package (plain JS, no build step)
- `manifest/releases.json` — every engine release and its file hashes

## Licensing

Two licenses, on purpose:

- The npm launcher (`shim/`) is **MIT** — read it, audit it, it's yours.
- The downloaded engine is proprietary, under the
  [Gemmein Engine License](LICENSE-ENGINE.md) — you can run and cache it
  freely for building against Gemmein (offline once cached, even if a
  version is retired), but not redistribute or extract it. It's also served
  at [downloads.gemmein.com/engine/LICENSE](https://downloads.gemmein.com/engine/LICENSE).

## Using it

```bash
npx gemmein init
```

Docs: [docs.gemmein.com](https://docs.gemmein.com) · Questions:
hello@gemmein.com

What people ask about gemmein-release

What is gemmeinhq/gemmein-release?

+

gemmeinhq/gemmein-release is mcp servers for the Claude AI ecosystem. The backend for AI products. Distribution for the Gemmein CLI (npx gemmein) and the MCP server (@gemmein/mcp). It has 0 GitHub stars and its last recorded update is dated 2026-09-25.

How do I install gemmein-release?

+

You can install gemmein-release by cloning the repository (https://github.com/gemmeinhq/gemmein-release) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is gemmeinhq/gemmein-release safe to use?

+

Our security agent has analyzed gemmeinhq/gemmein-release and assigned a Trust Score of 72/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains gemmeinhq/gemmein-release?

+

gemmeinhq/gemmein-release is maintained by gemmeinhq. The last recorded GitHub activity is dated 2026-09-25, with 0 open issues.

Are there alternatives to gemmein-release?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy gemmein-release to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: gemmeinhq/gemmein-release
[![Featured on ClaudeWave](https://claudewave.com/api/badge/gemmeinhq-gemmein-release)](https://claudewave.com/repo/gemmeinhq-gemmein-release)
<a href="https://claudewave.com/repo/gemmeinhq-gemmein-release"><img src="https://claudewave.com/api/badge/gemmeinhq-gemmein-release" alt="Featured on ClaudeWave: gemmeinhq/gemmein-release" width="320" height="64" /></a>

More MCP Servers

gemmein-release alternatives