EU AI Act compliance in your coding loop — CLI + offline MCP server + GitHub Action. Free & open-source. A cited starting point, not legal advice.
claude mcp add legalithm -- npx -y legalithm{
"mcpServers": {
"legalithm": {
"command": "npx",
"args": ["-y", "legalithm"]
}
}
}Resumen de MCP Servers
# Legalithm — EU AI Act compliance in your coding loop
[](https://www.npmjs.com/package/legalithm)
[](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.
[](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
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!