Skip to content
Cursor

ebenova legal docs for Cursor

io.github.dgtalquantumleap-ai/ebenova-legal-docs

Generate 27 legal document types across 18 jurisdictions via Ebenova API.

client:Cursor transport:stdio runtime:npm

Install ebenova legal docs in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ebenova-legal-docs": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ebenova-legal-docs-mcp"
      ],
      "env": {
        "EBENOVA_API_KEY": "<EBENOVA_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ebenova legal docs in other clients