PluginBench
MCP Server
Maintained
MIT

io.github.djtellado/nexus-legal MCP Server

io.github.djtellado/nexus-legal

What is the io.github.djtellado/nexus-legal MCP server?

International legal analysis (ISO 31000) across 63 jurisdictions — 15 tools.

How to install io.github.djtellado/nexus-legal

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • NEXUS_API_KEY
    required
    secret

    Personal API key (format `nlk_*`) with `mcp` scope. Generate one at https://nexusquantum.legal/developers (select 'Servidor MCP' when creating the key).

  • NEXUS_BASE_URL

    Override base URL of the Nexus backend. Defaults to https://nexusquantum.legal. Change only for self-hosted or staging environments.

  • NEXUS_TIMEOUT_MS

    HTTP timeout in milliseconds for long-running analyses. Default 180000 (3 minutes).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nexus-legal": {
      "command": "npx",
      "args": [
        "-y",
        "@nexus-legal/mcp"
      ],
      "env": {
        "NEXUS_API_KEY": "<YOUR_NEXUS_API_KEY>",
        "NEXUS_BASE_URL": "<YOUR_NEXUS_BASE_URL>",
        "NEXUS_TIMEOUT_MS": "<YOUR_NEXUS_TIMEOUT_MS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "nexus-legal": {
      "command": "npx",
      "args": [
        "-y",
        "@nexus-legal/mcp"
      ],
      "env": {
        "NEXUS_API_KEY": "<YOUR_NEXUS_API_KEY>",
        "NEXUS_BASE_URL": "<YOUR_NEXUS_BASE_URL>",
        "NEXUS_TIMEOUT_MS": "<YOUR_NEXUS_TIMEOUT_MS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nexus-legal": {
      "command": "npx",
      "args": [
        "-y",
        "@nexus-legal/mcp"
      ],
      "env": {
        "NEXUS_API_KEY": "<YOUR_NEXUS_API_KEY>",
        "NEXUS_BASE_URL": "<YOUR_NEXUS_BASE_URL>",
        "NEXUS_TIMEOUT_MS": "<YOUR_NEXUS_TIMEOUT_MS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "nexus-legal": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nexus-legal/mcp"
      ],
      "env": {
        "NEXUS_API_KEY": "<YOUR_NEXUS_API_KEY>",
        "NEXUS_BASE_URL": "<YOUR_NEXUS_BASE_URL>",
        "NEXUS_TIMEOUT_MS": "<YOUR_NEXUS_TIMEOUT_MS>"
      }
    }
  }
}
Claude Code
claude mcp add nexus-legal --env NEXUS_API_KEY=<YOUR_NEXUS_API_KEY> --env NEXUS_BASE_URL=<YOUR_NEXUS_BASE_URL> --env NEXUS_TIMEOUT_MS=<YOUR_NEXUS_TIMEOUT_MS> -- npx -y @nexus-legal/mcp

Related MCP servers

Nexus Finance API — compliance audit, VaR/RWA risk, market quotes and case management.

View repository →