41
/ 100
1 month ago
glama

mcp-just-seek-knowledge

Stores and searches AI-generated knowledge about software projects, enabling Cursor to access project structures, design patterns, best practices, and technical documentation.

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: POSTGRES_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.
configPGVECTOR_URLpostgresql://postgres:postgres@localhost:5433/software_design_knowledge
configPOSTGRES_DBsoftware_design_knowledge
configPOSTGRES_USERPOSTGRES_DB, , POSTGRES_PASSWORD
🔐 secretPOSTGRES_PASSWORDPOSTGRES_DB, POSTGRES_USER,
configPOSTGRES_HOST
configPOSTGRES_PORT
configOPENAI_EMBEDDING_MODELtext-embedding-3-small
🔐 secretOPENAI_API_KEYyour_openai_api_key
// 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 2 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/pereirrd-mcp-just-seek-knowledge-10grzo)](https://m8ven.ai/mcp/pereirrd-mcp-just-seek-knowledge-10grzo)
commit: d0ab66a0a7d71aa6addca73c890babb6da0be2b2
code hash: 995c68ce3ddfc95d4e9787d54be6155d2bf25deabe4a7508e6206f51dc204ea2
verified: 6/22/2026, 12:04:47 PM
view raw JSON →