Skip to content

halllo/DejureMcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dejure MCP Server

This MCP Server makes German legislation accessible to agents.

It provides agents with a standardized way to browse

  • ⚖️ fields of law,
  • 📜 legislation,
  • §§§ paragraphs.

That grounds your agent in actual legislation and reduces the risk of halucinations significantly.

At the same time its superior to basic web search, because the agent gets structured output and sees all paragraphs of a legislation directly.

All content is loaded on-demand from dejure.org via your machines internet connection (stdio transport only).

Installation

Add it to your local agent (e.g. Claude Desktop's claude_desktop_config.json) like this:

{
  "mcpServers": {
    "dejure": {
      "command": "D:\\DejureMcp\\DejureMcp.Stdio\\bin\\Debug\\net9.0\\DejureMcp.Stdio.exe"
    }
  },
}

Then your agent can answer all most some of your legal questions.

alt text

As a developer you can test it with the inspector:

npx @modelcontextprotocol/inspector

About

Making German legislation accessible to agents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages