Skip to content
Cursor

omnideck for Cursor

io.github.aapd-studio/omnideck

Local privacy-first tools: redact secrets, decode JWTs, compare LLM costs. No network calls.

client:Cursor transport:stdio runtime:npm

Install omnideck in Cursor

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

{
  "mcpServers": {
    "omnideck": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "omnideck-mcp"
      ]
    }
  }
}

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

omnideck in other clients