Skip to content
VS Code

silent brief mcp for VS Code

io.github.warmachine2121/silent-brief-mcp

AI-generated legal and business documents. Pay XMR, no accounts, no KYC.

client:VS Code transport:stdio runtime:npm

Install silent brief mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "silent-brief-api-key",
      "description": "SILENT_BRIEF_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "silent-brief-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "silent-brief-mcp"
      ],
      "env": {
        "SILENT_BRIEF_API_KEY": "${input:silent-brief-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

silent brief mcp in other clients