Skip to main content
ClaudeWave

EU AI Act compliance in your coding loop — CLI + offline MCP server + GitHub Action. Free & open-source. A cited starting point, not legal advice.

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · legalithm
Claude Code CLI
claude mcp add legalithm -- npx -y legalithm
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "legalithm": {
      "command": "npx",
      "args": ["-y", "legalithm"]
    }
  }
}
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

# Legalithm — EU AI Act compliance in your coding loop

[![npm version](https://img.shields.io/npm/v/legalithm.svg)](https://www.npmjs.com/package/legalithm)
[![Add to Cursor](https://img.shields.io/badge/Add%20to-Cursor-000000?logo=cursor)](cursor://anysphere.cursor-deeplink/mcp/install?name=legalithm&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImxlZ2FsaXRobS1tY3Atc2VydmVyIl19)

Shipping an AI feature to EU users? The Act applies — Article 50 transparency from Aug 2026, high-risk obligations from Dec 2027. Catch it where you code, in seconds. Free, open-source, offline.

## Quickstart

```bash
npx legalithm setup   # wires Claude Code + Cursor (hooks, editor rule, MCP config)
npx legalithm init    # writes a dated, cited compliance/legalithm.json
npx legalithm check   # re-verify; non-zero exit on drift (for CI)
```

## Three surfaces

1. **Editor** — an offline MCP server (`legalithm-mcp-server`) exposing 4 tools (`classify`, `explain_obligation`, `generate_disclosure`, `check_record`). No API key, no network.
2. **Repo** — `legalithm init` writes a dated, cited `compliance/legalithm.json` that records your AI system's risk tier and the obligations behind it.
3. **CI** — `legalithm check` and the GitHub Action fail the build when the committed record drifts — because your app changed or the law changed under you.

## MCP config

Add the offline server to Claude Code or Cursor:

```json
{
  "mcpServers": {
    "legalithm": {
      "command": "npx",
      "args": ["-y", "legalithm-mcp-server"]
    }
  }
}
```

## GitHub Action

```yaml
# .github/workflows/ai-act.yml
name: AI Act
on: [pull_request]
jobs:
  ai-act:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: legalithm/legalithm/packages/action@v1
        with:
          api-key: ${{ secrets.LEGALITHM_API_KEY }}
```

## Honest framing

**A cited starting point that tells you when to get a human — not legal advice.** When unsure, it flags the result for review instead of guessing. Every output is checked against Regulation (EU) 2024/1689; it is not a certification.

## Links

- Full docs: https://www.legalithm.com/en/developers/docs
- Landing: https://www.legalithm.com/en/developers

## License

MIT

Lo que la gente pregunta sobre legalithm

¿Qué es legalithm-org/legalithm?

+

legalithm-org/legalithm es mcp servers para el ecosistema de Claude AI. EU AI Act compliance in your coding loop — CLI + offline MCP server + GitHub Action. Free & open-source. A cited starting point, not legal advice. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala legalithm?

+

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

+

legalithm-org/legalithm 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 legalithm-org/legalithm?

+

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

¿Hay alternativas a legalithm?

+

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

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

Más MCP Servers

Alternativas a legalithm