silent brief mcp for Cursor
io.github.warmachine2121/silent-brief-mcp
AI-generated legal and business documents. Pay XMR, no accounts, no KYC.
client:Cursor
transport:stdio
runtime:npm
Install silent brief mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"silent-brief-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"silent-brief-mcp"
],
"env": {
"SILENT_BRIEF_API_KEY": "<SILENT_BRIEF_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs