73
/ 100
10 days ago
glama

OmniArchive-MCP

A local daemon that lets AI agents archive web pages to the Wayback Machine in the background, avoiding slow API calls and rate limits.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: OMNIARCHIVE_IA_ACCESS_KEY, OMNIARCHIVE_IA_SECRET_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configOMNIARCHIVE_DB_PATH./data/task.db Where the SQLite file lives
configOMNIARCHIVE_POLL_INTERVAL5.0 Seconds between queue polls
configOMNIARCHIVE_WORKER_CONCURRENCY1 How many tasks to process per poll cycle
configOMNIARCHIVE_MAX_RETRIES5 How many times to retry a failed archive
configOMNIARCHIVE_BASE_BACKOFF60.0 Base retry delay in seconds (doubles each time)
configOMNIARCHIVE_API_HOST127.0.0.1 Bind address
configOMNIARCHIVE_API_PORT19210 Port
🔐 secretOMNIARCHIVE_IA_ACCESS_KEYYour IA S3 key (optional, for higher rate limits)
🔐 secretOMNIARCHIVE_IA_SECRET_KEYYour IA S3 secret
configOMNIARCHIVE_LOG_LEVELINFO Log verbosity
configOMNIARCHIVE_LOG_FILE./data/archiver.log Log file location
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/libering-omniarchive-mcp-lipgjl)](https://m8ven.ai/mcp/libering-omniarchive-mcp-lipgjl)
commit: 4ffaf3db72ec1eeae1a222deefc7621909a9945e
code hash: ad582627607cf1bd22453013c4ba083e0dfd58667ad245c031ec1221e430b47e
verified: 7/21/2026, 9:08:55 AM
view raw JSON →