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 ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated 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.
Use cases

MCP Servers overview

# 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

What people ask about legalithm

What is legalithm/legalithm?

+

legalithm/legalithm is mcp servers for the Claude AI ecosystem. EU AI Act compliance in your coding loop — CLI + offline MCP server + GitHub Action. Free & open-source. A cited starting point, not legal advice. It has 0 GitHub stars and was last updated today.

How do I install legalithm?

+

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

Is legalithm/legalithm safe to use?

+

legalithm/legalithm has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains legalithm/legalithm?

+

legalithm/legalithm is maintained by legalithm. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to legalithm?

+

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

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

More MCP Servers

legalithm alternatives