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"]
}
}
}MCP Servers overview
# 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
What people ask about legalithm
What is legalithm-org/legalithm?
+
legalithm-org/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-org/legalithm) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is legalithm-org/legalithm safe to use?
+
legalithm-org/legalithm has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.
Who maintains legalithm-org/legalithm?
+
legalithm-org/legalithm is maintained by legalithm-org. 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.
[](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>More 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!