Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
77/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No description
Last scanned: 9/3/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/YaakovTzedek/balmas-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "balmas-mcp": {
      "command": "node",
      "args": ["/path/to/balmas-mcp/dist/index.js"]
    }
  }
}
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.
💡 Clone https://github.com/YaakovTzedek/balmas-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# balmas-mcp

> **Your AI agent reads everything. This gateway hands it redacted copies instead.**

[![npm](https://img.shields.io/npm/v/balmas-mcp)](https://www.npmjs.com/package/balmas-mcp)
[![license](https://img.shields.io/badge/license-MIT-3DDC97)](./LICENSE)

![balmas-mcp demo: the agent reads a contract and sees PERSON_001 instead of real names](./demo.svg)

## Why

AI agents are getting file access — and they over-read. Israel's Privacy
Protection Authority put it bluntly in its guidance on AI agents: an
email-sorting agent can analyze 15 years of correspondence for a 2-year task,
infer your health and finances along the way, and leak what it learned. Their
recommendation: **strict permission minimization** — read-only, dedicated
folders, minimum necessary data.

balmas-mcp turns that advice into code, and goes one step further: it
minimizes not just *which* files the agent reads, but *what's inside them*.

## How it works

1. **You allowlist folders.** The agent can't reach anything else — enforced
   with realpath checks, not honor rules.
2. **Every read is anonymized locally.** Names, ID numbers, phones, emails,
   companies and amounts become consistent tokens (`PERSON_001`, `ID_001`)
   *before* the content is returned. The same person is `PERSON_001` in every
   file, so the agent's reasoning stays coherent. Detection runs in this
   process — deterministic patterns, lexicons and checksums (Israeli ID
   included). Hebrew and English.
3. **The answer comes back real.** `restore_text` maps the tokens in the
   agent's final output back to the original values — locally.

Read-only by design: the server exposes no write tools at all.

## Quickstart

1. Create a free account at [balmasai.com/signup](https://www.balmasai.com/signup) (10 documents/month free).
2. Create an API key (`bk_...`) at [balmasai.com/app/team](https://www.balmasai.com/app/team).
3. Add to your MCP client config (Claude Desktop shown; Cursor and others are the same idea):

```json
{
  "mcpServers": {
    "balmas": {
      "command": "npx",
      "args": ["-y", "balmas-mcp", "/Users/me/Documents/work", "--level", "strict"],
      "env": { "BALMAS_API_KEY": "bk_..." }
    }
  }
}
```

**Options:** allowed folders as positional args (required, one or more) ·
`--level standard|strict|maximum` (default `strict`).

## Tools

| Tool | What the agent gets |
|---|---|
| `list_files` | Names, sizes, types inside allowed folders — never contents |
| `read_clean_file` | The file's text after local anonymization |
| `restore_text` | Real values back into its output (session tokens only) |

Supported inputs: `txt` `csv` `md` `docx` `xlsx` `pptx` `pdf` (text layer).

## Privacy model

| | Leaves your machine? |
|---|---|
| File contents | **Never** |
| File names / paths | **Never** |
| The replacement map | **Never** |
| Metering counters (file type + item counts) | Yes — that's all |

Each file read counts as one document against your account's monthly quota
(free 10 / PRO 200 / TEAM 1,000). Full processing happens in this local
process.

## Honest limits

- The gateway helps only when the agent reads files **through it** — grant it
  *instead of* raw filesystem access, not alongside.
- Detection is deterministic: excellent, not clairvoyant. Review output where
  the stakes demand it.
- Scanned PDFs (no text layer) need the OCR flow at
  [balmasai.com/clean](https://www.balmasai.com/clean).

---

Built by [BALMAS AI](https://www.balmasai.com) — sensitive data stops here.
Docs: [balmasai.com/mcp](https://www.balmasai.com/mcp)

Lo que la gente pregunta sobre balmas-mcp

¿Qué es YaakovTzedek/balmas-mcp?

+

YaakovTzedek/balmas-mcp es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala balmas-mcp?

+

Puedes instalar balmas-mcp clonando el repositorio (https://github.com/YaakovTzedek/balmas-mcp) 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 YaakovTzedek/balmas-mcp?

+

Nuestro agente de seguridad ha analizado YaakovTzedek/balmas-mcp y le ha asignado un Trust Score de 77/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene YaakovTzedek/balmas-mcp?

+

YaakovTzedek/balmas-mcp es mantenido por YaakovTzedek. La última actividad registrada en GitHub es del 2026-09-02, con 0 issues abiertos.

¿Hay alternativas a balmas-mcp?

+

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

Despliega balmas-mcp 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: YaakovTzedek/balmas-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/yaakovtzedek-balmas-mcp)](https://claudewave.com/repo/yaakovtzedek-balmas-mcp)
<a href="https://claudewave.com/repo/yaakovtzedek-balmas-mcp"><img src="https://claudewave.com/api/badge/yaakovtzedek-balmas-mcp" alt="Featured on ClaudeWave: YaakovTzedek/balmas-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a balmas-mcp