silent brief mcp for Grok
io.github.warmachine2121/silent-brief-mcp
AI-generated legal and business documents. Pay XMR, no accounts, no KYC.
client:Grok
transport:stdio
runtime:npm
Install silent brief mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"silent-brief-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"silent-brief-mcp"
],
"env": {
"SILENT_BRIEF_API_KEY": "<SILENT_BRIEF_API_KEY>"
}
}
}
}
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