knowledgeplane (camplight/knowledgeplane) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 26 tools. No publisher has claimed this listing.

C
Caution
74/100

knowledgeplane

MCP server that gives AI agents and teams persistent, shared memory using a knowledge graph with vector embeddings, automatic consolidation of related facts, and hybrid search.

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

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

camplight

Source: Glama

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
4 flows detected: GOOGLE_CLIENT_SECRET, ARANGO_PASSWORD. We can’t prove the destination matches the brand the credential belongs to.
⚠️
Known vulnerabilities in dependencies: 8 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 10 credentials: ANTHROPIC_API_KEY, ARANGO_PASSWORD, GITHUB_CLIENT_SECRET, GOOGLE_CLIENT_SECRET, JWT_SECRET, KP_API_KEY, MCP_SERVER_API_KEY, OAUTH_CLIENT_SECRET, OPENAI_API_KEY, SESSION_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies8 high2 medium1 low

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

highbrace-expansion@1.1.13GHSA-3jxr-9vmj-r5cp

brace-expansion: DoS via exponential-time expansion of consecutive non-expanding {} groups

highbrace-expansion@1.1.13GHSA-mh99-v99m-4gvg

brace-expansion: DoS via unbounded expansion length causing an out-of-memory process crash

highbrace-expansion@1.1.13GHSA-rgw5-rvv9-x895

brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation

highfast-uri@3.1.2GHSA-4c8g-83qw-93j6

fast-uri vulnerable to host confusion via failed IDN canonicalization

highfast-uri@3.1.2GHSA-7p8r-x3mc-p8w7

fast-uri vulnerable to host confusion via backslash authority introducer

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.
configAI_PROVIDER
🔐 secretANTHROPIC_API_KEY
configANTHROPIC_MODEL
configAPI_KEYS
configAPP_URL
configARANGO_DB_NAME
🔐 secretARANGO_PASSWORD
configARANGO_URL
configARANGO_USER
configGITHUB_CLIENT_ID
🔐 secretGITHUB_CLIENT_SECRET
configGOOGLE_CLIENT_ID
🔐 secretGOOGLE_CLIENT_SECRET
configHOST
configJWKS_URI
🔐 secretJWT_SECRET
🔐 secretKP_API_KEY
configKP_API_URL
configKP_USER_ID
configKP_WORKSPACE_ID
configLLM_VERIFY_ENABLED
configLOG_LEVEL
🔐 secretMCP_SERVER_API_KEY
configMCP_SERVER_HOST
configMCP_SERVER_PORT
configMCP_SERVER_PROTOCOL
configMCP_SERVER_URL
configOAUTH_AUDIENCE
🔐 secretOAUTH_CLIENT_SECRET
configOAUTH_ISSUER
configOAUTH_PROVIDER
configOAUTH_SUCCESS_REDIRECT_URL
🔐 secretOPENAI_API_KEY
configOPENAI_EMBEDDING_MODEL
configOPENAI_MODEL
configRERANKER_URL
🔐 secretSESSION_SECRET
configSYNC_EMBEDDING_TIMEOUT_MS
configRERANKER_MODEL
configRERANKER_PORT
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

26/26 tools missing one or more hints — facts_write (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); facts_bulkwrite (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); facts_search (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +23 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 0/26 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 (ARANGO_PASSWORD → dynamic, ARANGO_PASSWORD → dynamic) (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.

Secrets not logged

12 secret values sent to console.log

Redact or omit secret values from log output.

Dev dependencies

8 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

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/camplight/knowledgeplane?variant=verified)](https://m8ven.ai/mcp/camplight/knowledgeplane)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 7b2f9d5e590367fc9136a3265003284b3209b7cd
code hash: 877e5fd83f44579e79286db35fca2816deddf8aa485133ba49179208d3d1e4bc
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