Cogni (arshawnarbabi/Cogni) is an MCP server listed on the M8ven Trust Index. It scores 46 out of 100, grade D. It declares 14 tools. No publisher has claimed this listing.

D
Caution
46/100

Cogni

AI study app that decides what to study — persistent tutor memory, grade tracking with a 'what do I need on the final' calculator, and study through your own Claude via MCP. BYOK on Next.js + Supabase.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we 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

arshawnarbabi

Source: github_repo_search

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

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Secret credentials may flow to a network call
2 flows detected: GOOGLE_CALENDAR_CLIENT_SECRET, TURNSTILE_SECRET_KEY. We can’t prove the destination matches the brand the credential belongs to.
🚨
Known vulnerabilities in dependencies: 2 critical, 4 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 6 credentials: ANTHROPIC_KEY, CRON_SECRET, GOOGLE_CALENDAR_CLIENT_SECRET, OPENAI_KEY, OPERATOR_SECRET, TURNSTILE_SECRET_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes14 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

list_courses

List the student's active courses (course_id + name). Call this first — the other tools need a course_id.

get_course_overview

Topics (with mastery %), upcoming exams, and pending assignments for a course. Use it to focus tutoring on what the student actually needs.

get_weak_topics

The student's highest-leverage weak topics (high professor weight × low mastery). Steer practice here.

search_materials

Semantic search over the student's UPLOADED course materials. Call this before explaining a topic and treat the results as authoritative. Returns the most relevant excerpts.

get_due_cards

Flashcards the student has due for review today (optionally for one course). Useful for running a quick review.

create_flashcards

Create spaced-repetition flashcards for a topic. They are saved to the student's Cogni account and enter their review queue immediately.

get_learning_profile

The durable notes Cogni keeps about how this student learns (strengths, recurring misconceptions). Use it to calibrate your explanations.

review_card

Record the student's rating for a flashcard (1=Again, 2=Hard, 3=Good, 4=Easy). Updates FSRS scheduling AND topic mastery in Cogni — call this after quizzing the student on each card from get_due_cards, so the review session actually counts (reschedules the card, moves their mastery, keeps the in-app

grade_answer

Record how well the student understood a topic (0.0–1.0) after they answered a question you posed. Moves their Cogni mastery score — without this, an hour of tutoring changes nothing in their study plan. Use topic_id from get_course_overview / get_weak_topics.

log_study_session

Call at the END of a tutoring/study session: records it in the student's Cogni history, feeds their cross-session memory, and keeps their study streak alive. Without this, study done here is invisible in the app.

get_study_plan

The student's Cogni study plan for today (or a given date): review blocks, homework due, quizzes — with urgency reasons. Use it to answer 'what should I work on?'

complete_assignment

Mark a homework assignment done in Cogni (assignment_id from get_course_overview or get_study_plan). Recomputes today's study plan so it reflects the change.

record_quiz_result

After YOU quiz the student conversationally (you author the questions — costs them nothing), record the result so it shows in their Progress tab and moves mastery. Provide per-topic scores when you can.

research

Multi-query search over the student's uploaded materials for synthesizing a study guide or deep answer. YOU write 2-5 angled sub-queries (definitions, examples, edge cases, professor's framing); the tool returns deduped excerpts with source filenames for citation.

// known CVEs in dependencies2 critical4 high9 medium2 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalnext@16.2.9GHSA-2xp9-vwfh-vxw4

Next.js: Unauthenticated Remote Code Execution in Image Optimization API when AVIF files are used

criticalnext@16.2.9GHSA-p293-qw3h-jr36

Next.js: Unauthenticated Remote Code Execution on windows-hosted servers

highnext@16.2.9GHSA-6gpp-xcg3-4w24

Next.js: Middleware / Proxy bypass in App Router applications using Turbopack and single locale

highnext@16.2.9GHSA-89xv-2m56-2m9x

Next.js: Server-Side Request Forgery in Server Actions on custom servers

highnext@16.2.9GHSA-m99w-x7hq-7vfj

Next.js: Denial of Service in App Router using Server Actions

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// 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.
🔐 secretANTHROPIC_KEY
configAPP_URL
configCRON_HEARTBEAT_MAINTENANCE_URLHeartbeat alert URL for the maintenance cron
configCRON_HEARTBEAT_NUDGE_URLHeartbeat alert URL for the nudge cron
configCRON_HEARTBEAT_SCHEDULER_URLHeartbeat alert URL for the scheduler cron
🔐 secretCRON_SECRETLong random secret used by Vercel cron endpoints
configGOOGLE_CALENDAR_CLIENT_IDGoogle Cloud Console — Calendar OAuth
🔐 secretGOOGLE_CALENDAR_CLIENT_SECRETGoogle Cloud Console — Calendar OAuth
configKV_URL
🔐 secretOPENAI_KEY
🔐 secretOPERATOR_SECRETBearer secret guarding the operator console + audit endpoints
configSUPABASE_DB_URL
🔐 secretTURNSTILE_SECRET_KEYCloudflare Turnstile CAPTCHA — secret key
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployNEXT_PUBLIC_PASSWORD_RESET_ENABLED
deployNEXT_PUBLIC_SENTRY_DSN
deployNEXT_PUBLIC_SUPABASE_ANON_KEY
deployNEXT_PUBLIC_SUPABASE_URL
deployNEXT_PUBLIC_TURNSTILE_SITE_KEY
deployREDIS_URL
deploySENTRY_AUTH_TOKEN
deploySENTRY_DSN
deploySENTRY_ORG
deploySENTRY_PROJECT
deploySUPABASE_SERVICE_ROLE_KEY
deploySUPABASE_URL
// 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

14/14 tools missing one or more hints — list_courses (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_course_overview (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_weak_topics (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +11 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.

Tool test coverage

Only 1/14 tools referenced in tests (7%)

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

Secrets stay with their owner

1 secret/sensitive value flow into network calls (TURNSTILE_SECRET_KEY → challenges.cloudflare.com) (1 other flows matched canonical API hosts)

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

Production dependencies are patched

2 critical, 4 high severity in production deps — next@16.2.9 (critical), next@16.2.9 (critical)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dependency freshness

2/50 production deps stale: remark-math@2023-11-20 (2.8y), rehype-katex@2024-08-19 (2.1y)

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 5 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/arshawnarbabi/cogni?variant=verified)](https://m8ven.ai/mcp/arshawnarbabi/cogni)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: e90e6ca44a11d194124ebbf59c9e1b3cfab16855
code hash: cfc68f3642f472d829dda44a9cc30c423ed2920d196bcf55e0bf1a136cf2d53b
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