71
/ 100
14 days ago
glama

Zotero MCP Server

Enables semantic search and management of Zotero reference libraries using PostgreSQL with pg-vector and OpenAI/Ollama embeddings. Provides AI-powered search, full-text extraction, metadata access, annotations, notes, tags, and collections management.

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 3 credentials: ZOTERO_API_KEY, ZOTERO_DB_PASSWORD, OPENAI_API_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.
configZOTERO_LIBRARY_ID
configZOTERO_LIBRARY_TYPE
🔐 secretZOTERO_API_KEY
configZOTERO_LOCAL
configZOTERO_LOG_LEVEL
configZOTERO_DB_HOST"": "your_host",
configZOTERO_DB_PORT
configZOTERO_DB_NAME"": "zotero_mcp",
configZOTERO_DB_USER
🔐 secretZOTERO_DB_PASSWORD
configZOTERO_EMBEDDING_PROVIDER"": "ollama",
🔐 secretOPENAI_API_KEY
configOPENAI_BASE_URL
configOLLAMA_HOST"": "your_ollama_host"
configVIRTUAL_ENV
configXDG_CONFIG_HOME
// 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/tspspi-zotero-mcp-postgres-ollama-fulltext-1bj31b)](https://m8ven.ai/mcp/tspspi-zotero-mcp-postgres-ollama-fulltext-1bj31b)
commit: b0adb60b27fd4a31f9eb95c28ea8a785ce68e9cc
code hash: ee8d34d67081ca62ff50f2093eb3855540219bfb3db2ea4cde198183f73bb373
verified: 6/18/2026, 10:40:42 AM
view raw JSON →