71
/ 100
2 days ago
glama

Arxivum

An MCP server that enables searching arXiv, importing papers, enriching with citation data, generating summaries and research ideas, and querying a local library using local LLMs and embeddings.

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 1 credential: HF_TOKEN
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.
configAPP_ENV
configDATA_DIR./data SQLite database + ChromaDB location.
configMODELS_DIR./models GGUF model file location.
configLOG_LEVEL
configHOST
configPORT
configEMBEDDING_MODEL
configRERANKER_MODEL
configLLM_REPO_ID
configLLM_MODEL_FILE
configLLM_N_CTX4096 LLM context window size.
configLLM_N_THREADS4 CPU threads for LLM inference.
configLLM_N_GPU_LAYERS0 GPU layers to offload (0 = pure CPU).
configMCP_TRANSPORTCommunicates over stdio by default. Set =sse in .env for
🔐 secretHF_TOKENEdit .env and add your . This is used only for downloading
// 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 4 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/eddisonpham-arxivum-16tq36)](https://m8ven.ai/mcp/eddisonpham-arxivum-16tq36)
commit: 5f3d44bd9bfef57234b7fe3cf6ed2e3991850f37
code hash: 8a5b6f24ce3a8ad3d9952de848ea988bc29bdcab6d93a799b16999ee8cf18356
verified: 7/29/2026, 9:30:06 AM
view raw JSON →