71
/ 100
23 days ago
glama

Agent-Cortex

An OpenAPI-driven MCP agent hub that dynamically generates MCP tools from Swagger/OpenAPI specs, enabling conversational interaction with backend APIs through natural language.

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 4 credentials: MCP_TOKEN, OPENAI_API_KEY, NEO4J_PASSWORD, QDRANT_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.
configCORTEX_RAG_DOCS源文档路径,逗号分隔文件或目录;配置后启动时自动入库
configCORTEX_KB_DIR向量索引持久化目录(默认 data/knowledge_db)
configCORTEX_AGENT_LOG开启 Agent / MCP 调试日志
configCORTEX_API_HOST默认监听 http://127.0.0.1:8000。可通过 、CORTEX_API_PORT 调整。
configCORTEX_API_PORT默认监听 http://127.0.0.1:8000。可通过 CORTEX_API_HOST、 调整。
configCORTEX_API_RELOAD
🔐 secretMCP_TOKENyour-token
configCORTEX_DEFAULT_SESSION_ID未传 session 时的默认 namespace
configCORTEX_MEMORY_DBSQLite 对话历史路径(默认 data/memory.db)
🔐 secretOPENAI_API_KEY至少填写 ;对接业务 API 时配置 MCP_:
configOPENAI_BASE_URL兼容 OpenAI 的网关地址
configOPENAI_MODEL
configOPENAI_EMBEDDING_MODEL嵌入模型(RAG / 长期记忆,默认 text-embedding-v3)
configMCP_AUTH_SCHEME认证前缀:Bearer(默认)或 JWT
configCORTEX_MCP_LOG
configCORTEX_ENABLE_LONG_TERM_MEMORY1 开启 Qdrant + Neo4j 长期记忆;0 仅 SQLite 会话
configCORTEX_CONSOLIDATE_MIN_TURNS满 N 轮用户消息后触发离线记忆提炼(默认 3)
configNEO4J_URI/ NEO4J_USER / NEO4J_PASSWORD / NEO4J_DATABASE Neo4j 图记忆
configNEO4J_USERNEO4J_URI / / NEO4J_PASSWORD / NEO4J_DATABASE Neo4j 图记忆
🔐 secretNEO4J_PASSWORDNEO4J_URI / NEO4J_USER / / NEO4J_DATABASE Neo4j 图记忆
configNEO4J_DATABASENEO4J_URI / NEO4J_USER / NEO4J_PASSWORD / Neo4j 图记忆
configNEO4J_SKIP_DNS_CHECK1 跳过 Neo4j DNS 检查
🔐 secretQDRANT_API_KEYQDRANT_URL / / QDRANT_COLLECTION Qdrant 向量库
configQDRANT_URL/ QDRANT_API_KEY / QDRANT_COLLECTION Qdrant 向量库
configCORTEX_LOG_FILE日志文件路径(默认 logs/debug.log)
configCORTEX_ENABLE_RAG0 强制关闭;1 在无文档路径时仅启用已有索引检索
// 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/zhong-y-j-hubloom-zj8tn6)](https://m8ven.ai/mcp/zhong-y-j-hubloom-zj8tn6)
commit: 65b91bb0034d763b8c54799930c6d9fbd53d3759
code hash: da436440b99bd0c9ecab8d4f376c7b04b59246a8050fa1a34c953b22ce48476a
verified: 7/8/2026, 8:41:52 AM
view raw JSON →