C
Warning
74/100
9 hours ago

Warning. Serious findings were identified. Review the full report before connecting. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

yuk1no4090

Source: github_code

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. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Secret credentials may flow to a network call
3 flows detected: OPENAI_API_KEY, MEMORY_VECTOR_INDEX_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 4 credentials: AI_PM_API_TOKEN, MEMORY_VECTOR_INDEX_API_KEY, OPENAI_API_KEY, OPENAI_EMBEDDING_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configAGENT_GRAPH_MODEsupervisor Graph routing mode: supervisor for dynamic multi-agent routing or linear for the original 9-node pipeline.
configAGENT_HITL_ENABLEDImpact -->"high risk + " HITL{{"human_review<br/>(paused — resume via POST /api/langgraph-resume)"}}
🔐 secretAI_PM_API_TOKENunset Optional token sent as Authorization: Bearer <token>; only needed when the main server runs with AI_PM_AUTH_REQUIRED=true.
configAI_PM_AUTH_REQUIREDAI_PM_API_TOKEN unset Optional token sent as Authorization: Bearer <token>; only needed when the main server runs with =true.
configAI_PM_BASE_URL"": "http://127.0.0.1:3000",
configAI_PM_PROJECT_IDunset Optional default projectId so tool calls can omit it once a repository has been imported.
configAI_PM_USER_TOKENSunset Token-to-user mapping, either JSON such as {"token-a":"user-a"} / {"token-a":{"userId":"user-a","role":"viewer","scopes":["project:read"]}} or comma-separated token:userId pairs.
configCOMMIT_SHA
configCORS_ORIGINCORS allow-origin header value. Set to a specific origin (e.g. https://yourapp.com) in production.
configDATA_DIRdata Directory for runtime JSON storage.
configGITHUB_SHA
configHOST127.0.0.1 HTTP server host.
configLOG_LEVELinfo Structured log level: debug, info, warn, or error.
configMEMORY_DB_PATHDATA_DIR/memory.sqlite SQLite database path for confirmed long-term memory items.
configMEMORY_EMBEDDING_PROVIDERunset Set to openai to use an OpenAI-compatible embeddings endpoint for long-term memory vectors.
🔐 secretMEMORY_VECTOR_INDEX_API_KEYunset Optional bearer token for generic HTTP indexes, Qdrant api-key, or Pinecone Api-Key header value.
configMEMORY_VECTOR_INDEX_NAMESPACEai-pm-memory / ai_pm_memory Namespace, Qdrant collection name, or Pinecone namespace passed to the external vector index.
configMEMORY_VECTOR_INDEX_PROVIDERunset Set to http for a generic HTTP vector index, qdrant, or pinecone.
configMEMORY_VECTOR_INDEX_URLunset Base URL for the external vector index. Generic HTTP calls /upsert and /query; Qdrant calls /collections/{collection}/points; Pinecone calls /vectors/upsert and /query on the index host.
🔐 secretOPENAI_API_KEYexport =sk-...
configOPENAI_BASE_URLexport =https://api.openai.com # or any OpenAI-compatible provider
🔐 secretOPENAI_EMBEDDING_API_KEYOPENAI_API_KEY API key for the embeddings endpoint when external memory embeddings are enabled.
configOPENAI_EMBEDDING_BASE_URLOPENAI_BASE_URL or https://api.openai.com Base URL for the embeddings endpoint; the app calls /v1/embeddings.
configOPENAI_EMBEDDING_MODELtext-embedding-3-small Embedding model name used when external memory embeddings are enabled.
configOPENAI_MODELexport =gpt-4o-mini
configRATE_LIMIT_MAX120 Maximum API requests per window per IP. Set to 0 to disable rate limiting.
configRATE_LIMIT_WINDOW_MS60000 Rate limit window duration in milliseconds.
configSTORE_PATHDATA_DIR/store.json Exact runtime store file path.
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

4/4 tools missing one or more hints — list_projects (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); ask_codebase (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); analyze_impact (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +1 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tool test coverage

Only 0/4 tools referenced in tests (0%)

Write tests that reference each tool by name so every tool has at least one test.

Secrets stay with their owner

3 secret/sensitive values flow into network calls (OPENAI_API_KEY → dynamic, MEMORY_VECTOR_INDEX_API_KEY → dynamic)

Audit where credentials are sent. A NOTION_TOKEN should only reach api.notion.com — never a third-party host.

Secrets not logged

2 secret values sent to console.log

Redact or omit secret values from log output.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// 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 Verified](https://m8ven.ai/badge/mcp/yuk1no4090-repomentor-1e1x87?variant=verified)](https://m8ven.ai/mcp/yuk1no4090-repomentor-1e1x87)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 8977e09875713869f597c3d5938d88798cc411ca
code hash: 3247fc58ae5480b60c84b05b92d424b047dbb25c32496ab07f0e9cfbb760247a
verified: 8/19/2026, 9:39:35 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client