mcpbeat Sign in

Omnideck MCP Server

by aapd-studio Your server? Claim it
local only

Omnideck runs on your own machine — the client starts it, so there is no endpoint to ping. 268 installs a week from npm. Last commit 21 Sep 2026.

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

Installs per day peak 215 · avg 7
a month agotoday
268
Installs / week
npm · omnideck-mcp
0
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Omnideck every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add omnideck -- npx -y omnideck-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "omnideck": {
      "args": [
        "-y",
        "omnideck-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.omnideck]
command = "npx"
args = ["-y", "omnideck-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "omnideck": {
      "args": [
        "-y",
        "omnideck-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "omnideck": {
      "args": [
        "-y",
        "omnideck-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Omnideck

same job, measured the same way
Securedact MCP
by giganteshji

Local-first privacy MCP server for sensitive AI workflows

572 installs/wk local only
Checker MCP
by oksigenia

Domain security & privacy checker as an MCP server. 17 live checks, 0-100 score, local-first.

37 installs/wk local only
Moltline Code Review
by moltlinestudio

Risk-scan a diff, flag AI-generated-code tells, find secrets. 5 of 7 tools need no account.

7 tools answering
Holster MCP
by nautaai

Local-first secret scanning, rotation, vault, and audit-log tools for AI agents.

91 installs/wk local only
Arcwall Security
by rom-baro

Security scanning for AI coding tools. Detects secrets, threat models, and runs pre-commit checks.

31 installs/wk local only
Docker Compose Audit
by unbearabledev

Security audit for docker-compose.yml — 25 checks: secrets, privileges, network, volumes, images.

answering
Recon Kit MCP
by nan786521

Read-only network & security recon tools (DNS, TLS, headers, CORS) for AI agents, each graded.

215 installs/wk local only
Trestle
by trestlescan

Detects leaked secrets (API keys, tokens, private keys) in source code.

34 installs/wk local only

Omnideck — questions

Answers built from our own checks of this server.

Why is there no uptime for Omnideck?
Omnideck runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package omnideck-mcp was installed 268 times last week.
How do I connect Omnideck?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls omnideck-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Omnideck?
The npm package omnideck-mcp was installed 268 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Omnideck open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.