Skip to content
Cursor

VibeLawyer for Cursor

io.github.jack-mi/vibelawyer

Local MCP for Chinese criminal dossier review; Word notes + Excel catalogs stay on-device.

client:Cursor transport:stdio runtime:pypi

Install VibeLawyer in Cursor

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

{
  "mcpServers": {
    "vibelawyer": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vibelawyer"
      ]
    }
  }
}

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

VibeLawyer in other clients