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).
Run
uvx legal-text-mcp-de
MCP client config
{
"mcpServers": {
"legal-text-mcp-de": {
"command": "uvx",
"args": [
"legal-text-mcp-de"
]
}
}
}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"
]
}
}
}