Skip to content
Cursor

deckprobe for Cursor

io.github.deckflow/deckprobe

Inspect PDF, Office, and iWork documents without rendering: counts, metadata, security signals

client:Cursor transport:stdio runtime:npm

Install deckprobe in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "deckprobe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@deckflow/deckprobe-mcp"
      ],
      "env": {
        "DECKPROBE_MCP_ROOTS": "<DECKPROBE_MCP_ROOTS>",
        "DECKPROBE_MCP_TIMEOUT_MS": "<DECKPROBE_MCP_TIMEOUT_MS>",
        "DECKPROBE_MCP_MAX_CONCURRENCY": "<DECKPROBE_MCP_MAX_CONCURRENCY>",
        "DECKPROBE_MCP_MAX_BATCH": "<DECKPROBE_MCP_MAX_BATCH>",
        "DECKPROBE_MCP_BIN": "<DECKPROBE_MCP_BIN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

deckprobe in other clients