Odel
legal text mcp de

legal text mcp de

Local
@klein-business2PythonApache-2.0Updated 1mo ago

German federal & state legal texts (BGB, DSGVO, …) with canonical IDs and cite-grade provenance.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIlegal-text-mcp-dev2.1.3

Run

uvx legal-text-mcp-de

MCP client config

{
  "mcpServers": {
    "legal-text-mcp-de": {
      "command": "uvx",
      "args": [
        "legal-text-mcp-de"
      ]
    }
  }
}
Dockerghcr.io/klein-business/legal-text-mcp-de:2.1.3

Run

docker run -i --rm ghcr.io/klein-business/legal-text-mcp-de:2.1.3

MCP client config

{
  "mcpServers": {
    "legal-text-mcp-de": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/klein-business/legal-text-mcp-de:2.1.3"
      ]
    }
  }
}