Skip to content
VS Code

omitly mcp for VS Code

io.github.omitly/omitly-mcp

Omitly's local, verifiable PDF redaction for AI agents — your documents never leave your device.

client:VS Code transport:stdio runtime:npm

Install omitly mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "omitly-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "omitly-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

omitly mcp in other clients