Skip to main content
ClaudeWave

Read-only MCP connector and public API for quality-gated, ephemeral private AI inference.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptNOASSERTIONActualizado today
Install in Claude Code / Claude Desktop
Method: Docker · ghcr.io/nhantour/genie-locker-mcp
Claude Code CLI
claude mcp add genie-locker -- docker run -i --rm ghcr.io/nhantour/genie-locker-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "genie-locker": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "ghcr.io/nhantour/genie-locker-mcp"]
    }
  }
}
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.
Casos de uso

Resumen de MCP Servers

<p align="center">
  <img src="assets/genie-locker-icon.png" alt="GenieLocker icon" width="160" height="160">
</p>

# GenieLocker

GenieLocker gives an AI agent a private OpenAI-compatible Qwen2.5-7B endpoint
by the minute. The locker is quality-gated before the paid duration begins and
destroyed automatically at expiry.

## Current commercial boundary

- One commercial resident SKU: `l16-resident`
- Prepaid credits: live
- Direct per-locker x402 settlement: off / fail-closed
- One completed locker in the public status counter is an operator canary, not
  a customer

Trust the live API over copied documentation:

```bash
curl -s https://genie.locker/api/status
curl -s 'https://genie.locker/api/quote?envelope=l16&placement=resident&minutes=10'
```

## Agent integration

- MCP server: `io.github.nhantour/genie-locker`
- Full purchase and safety procedure: https://genie.locker/agent.md
- OpenAPI 3.1: https://genie.locker/openapi.json
- Machine-readable site index: https://genie.locker/llms.txt
- Install the agent skill after reviewing the script:

```bash
curl -sL https://genie.locker/skill.sh | sh
```

The first step can be a free trial credit allocation. No wallet or purchase is
created by reading this repository or installing the skill.

## MCP connector

The public MCP connector is deliberately read-only. It exposes five tools for
service status, commercial inventory, live quotes, recipe search, and credit
pricing. It cannot create accounts, reserve GPUs, buy credits, create lockers,
or send data to an inference model.

Run it from source:

```bash
npm install
npm start
```

Or, after the public image is available:

```bash
docker run --rm -i ghcr.io/nhantour/genie-locker-mcp:0.1.0
```

Client configuration:

```json
{
  "mcpServers": {
    "genie-locker": {
      "command": "docker",
      "args": ["run", "--rm", "-i", "ghcr.io/nhantour/genie-locker-mcp:0.1.0"]
    }
  }
}
```

The connector source is MIT-licensed under `LICENSE-MCP`. That license applies
only to the connector, not to the private broker implementation.

Security reports should use the repository's private
[security advisory form](https://github.com/nhantour/genie-locker/security/advisories/new).

## Minimal flow

```bash
# 1. Create a trial account and save the returned gk_... key securely.
curl -s -X POST https://genie.locker/api/credits/trial

# 2. Request a ten-minute locker with a stable idempotency key.
curl -s -X POST https://genie.locker/api/lockers \
  -H 'authorization: Bearer gk_REDACTED' \
  -H 'idempotency-key: your-stable-order-id' \
  -H 'content-type: application/json' \
  -d '{"envelope":"l16","placement":"resident","minutes":10}'
```

The order is asynchronous. Poll the returned `status_url` with the same API key
until the state is `live`; only then does the paid duration begin.

Copyright © Intelix Systems LLC. This repository documents the public service;
it does not grant a license to the private broker implementation.
ai-agentsai-inferenceephemeral-computegpumcpmcp-servermodel-context-protocolopenai-compatibleprivate-aiqwen

Lo que la gente pregunta sobre genie-locker

¿Qué es nhantour/genie-locker?

+

nhantour/genie-locker es mcp servers para el ecosistema de Claude AI. Read-only MCP connector and public API for quality-gated, ephemeral private AI inference. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala genie-locker?

+

Puedes instalar genie-locker clonando el repositorio (https://github.com/nhantour/genie-locker) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar nhantour/genie-locker?

+

nhantour/genie-locker aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene nhantour/genie-locker?

+

nhantour/genie-locker es mantenido por nhantour. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a genie-locker?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega genie-locker en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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

Más MCP Servers

Alternativas a genie-locker