67
/ 100
6 days ago
glama

MyArxivDB_MCP

Organizes personal research papers by crawling arXiv metadata, embedding abstracts, storing in a PostgreSQL database, and generating Related Work sections using LLMs.

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.
🔐
You'll be asked for 2 credentials: PINECONE_API_KEY, DB_PASSWORD
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.
🔐 secretPINECONE_API_KEY"YOUR PINECONE_API_KEY"
configDB_NAME"YOUR_DB_NAME"
configDB_USER"YOUR_DB_USERNAME"
🔐 secretDB_PASSWORD"YOUR_DB_PASSWORD"
configDB_HOST"localhost"
configDB_PORT
// 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 6 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/jongbin-kr-myarxivdb-mcp-1v9200)](https://m8ven.ai/mcp/jongbin-kr-myarxivdb-mcp-1v9200)
commit: cb90d23d042eba109f1f7553c30cda53a90ab7d2
code hash: 25345973e80233c51a6618a35383de59de65c424edd28b84aeaf9f5251c0763a
verified: 6/18/2026, 10:53:05 AM
view raw JSON →