VibeLawyer for Grok
io.github.jack-mi/vibelawyer
Local MCP for Chinese criminal dossier review; Word notes + Excel catalogs stay on-device.
client:Grok
transport:stdio
runtime:pypi
Install VibeLawyer in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vibelawyer": {
"type": "stdio",
"command": "uvx",
"args": [
"vibelawyer"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs