Omnideck MCP server
Local privacy-first tools: redact secrets, decode JWTs, compare LLM costs. No network calls.
0 stars231 downloads/wk
Reviews
Write oneNobody has reviewed Omnideck yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Omnideck tools (6)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
check_output_fidelityFlag names, numbers and dates that appear in an AI-generated summary but NOT in the source text it was based on — the usual shape of a hallucination. This is a lexical heuristic, not a fact-checker: it catches invented specifics, not wrong reasoning. Use it to decide what to verify by hand.
decode_jwtDecode the header and payload of a JSON Web Token and report its expiry status. Does NOT verify the signature (no secret is involved, and none should be pasted anywhere). Use this instead of an online JWT decoder — a token is a live credential and should never be pasted into a website.
estimate_llm_costCompare what one request would cost across GPT, Claude and Gemini models, sorted cheapest first. Pass the prompt text, or pass input_tokens directly if you already know the count. Useful for picking a model before running a large batch job.
hash_textCompute an MD5, SHA-1, SHA-256 or SHA-512 digest of a string, locally. Use instead of an online hash generator when the input is a password, secret or any private value.
redact_sensitive_dataMask emails, API keys, credit cards, IBANs, IP addresses and phone numbers in a block of text. Use this BEFORE sending user-supplied text, logs, config files or pasted documents to any external API, or before quoting them back in a shared transcript. Runs entirely locally — nothing is transmitted.
split_for_contextBreak a long document into chunks that fit a target context window, cutting on paragraph boundaries (falling back to sentence boundaries) so no chunk ends mid-thought. Use when a file is too large to process in one pass.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 3 days ago15/15
- Maintainer identityregistry namespace matches repository owner6/10
Install directly
Runs npx -y omnideck-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add omnideck -- npx -y omnideck-mcp
Omnideck: common questions
- Is Omnideck MCP server safe?
- Yes, by our scan: it is graded A (89/100). Read the Omnideck safety report
- How do I install Omnideck?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Omnideck need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Omnideck maintained?
- The last commit was 4 days ago (2026-09-16). The latest release is v1.0.1.
- What can I use instead of Omnideck?
- Servers from other publishers that do the same job: adrkit decision memory MCP server, Husk MCP server and Agent-Native Chat MCP server. Compare all Omnideck alternatives.
Alternatives to Omnideck
Same job from other publishers: the closest match first, then the best rated.
- adrkit decision memoryDeterministic, offline, read-only ADR decision memory for coding agents. No model or network calls.not reviewedGrowingA
- HuskLocal-first defensive scanner for vulnerable dependencies, leaked secrets, and risky agent configsnot reviewedGrowingA
- Agent-Native ChatMinimal chat-first app with durable threads, actions, and the app-agent loopnot reviewedEstablishedA
- llmtrimMCP server and proxy that compresses LLM prompts, tool output, and replies to cut token cost.not reviewedEstablishedA
- AuscaPay-per-call APIs and MCP services for agents, no accounts or keys, with verifiable receipts.not reviewedEstablishedB