VibeLawyer for VS Code
io.github.jack-mi/vibelawyer
Local MCP for Chinese criminal dossier review; Word notes + Excel catalogs stay on-device.
client:VS Code
transport:stdio
runtime:pypi
Install VibeLawyer in VS Code
.vscode/mcp.json
{
"servers": {
"vibelawyer": {
"type": "stdio",
"command": "uvx",
"args": [
"vibelawyer"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs