litewrite-mcp-server (KevinKwank/litewrite-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 56 out of 100, grade D. It declares 14 tools. No publisher has claimed this listing.

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

KevinKwank

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
⚠️
Known vulnerabilities in dependencies: 15 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
// 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.

litewrite_list_projects

List projects available in the Litewrite platform for a given owner (POST /api/internal/projects/list). Use this to discover a projectId before pulling or reading files. Args: - ownerId (string, optional): defaults to the LITEWRITE_OWNER_ID env var, or "default". - search (string, optional): n

litewrite_list_files

List the files and directories in a Litewrite project (POST /api/internal/files/list). Args: - projectId (string, required): The project id (from litewrite_list_projects). - directory (string, optional): Subdirectory to list from the project root, e.g. "chapters". - recursive (boolean, option

litewrite_read_file

Read the content of a file directly from the Litewrite server (POST /api/internal/files/read). Prefers the server copy over the local mirror; use litewrite_local_read to read the local working copy instead. Args: - projectId (string, required): The project id. - filePath (string, required): Pa

litewrite_write_file

Replace the full content of an existing file on the Litewrite server (POST /api/internal/files/edit). For creating a brand-new file use litewrite_create_file; for binary files use litewrite_upload_file. Args: - projectId (string, required): The project id. - filePath (string, required): Path r

litewrite_create_file

Create a new text file (or directory) in a Litewrite project (POST /api/internal/files/create). Args: - projectId (string, required): The project id. - name (string, required): Name of the new file or folder, e.g. "notes.md". - type (string, required): "file" or "directory". - parentPath (s

litewrite_upload_file

Upload a file to Litewrite, creating or overwriting it (POST /api/internal/files/upload). Use for binary assets (images, PDFs) where edit/create are unsuitable, or as an alternative to create. Args (provide exactly one source): - projectId (string, required): The project id. - filePath (string

litewrite_delete_file

Delete a file (or directory) from a Litewrite project (POST /api/internal/files/delete). This is irreversible.

litewrite_rename_file

Rename or move a file/folder in a Litewrite project (POST /api/internal/files/rename). Args: - projectId (string, required): The project id. - sourcePath (string, required): Current relative path. - newName (string, optional): New name (keeps the same parent). - targetPath (string, optional

litewrite_pull

Mirror a Litewrite project down into a local directory (git-clone/pull style). Downloads all text files from the server into the local working copy at ~/.litewrite-mcp/<projectId> (or LITEWRITE_LOCAL_DIR), removes local files that no longer exist on the server, and records a content manifest so a l

litewrite_push

Upload local working-copy changes back to Litewrite (git-push style). Compares the local mirror (~/.litewrite-mcp/<projectId>) against the last manifest: new/changed text files are uploaded, removed local files are deleted on the server, and the manifest is refreshed. Use litewrite_status first to

litewrite_status

Compare the local mirror of a project with Litewrite without changing anything (git-status style). Reports which local files are added/modified/removed versus the last pull/push, and which files exist only on the remote. Use it before deciding whether to push local changes or pull remote ones. Arg

litewrite_local_list

List the files in the local mirror of a project (no network call). This is the local working copy at ~/.litewrite-mcp/<projectId> used by litewrite_pull/push/status. Args: - projectId (string, required): The project id. Returns relative file paths present on disk.

litewrite_local_read

Read a file from the local mirror of a project (no network call). Unlike litewrite_read_file, this reads the on-disk local copy at ~/.litewrite-mcp/<projectId>. Args: - projectId (string, required): The project id. - filePath (string, required): Relative path in the local copy. Returns the ra

litewrite_local_write

Write or overwrite a file in the local mirror of a project (no network call). Changes are NOT uploaded to Litewrite until you run litewrite_push. Args: - projectId (string, required): The project id. - filePath (string, required): Relative path in the local copy. - content (string, required)

// known CVEs in dependencies15 high5 medium10 low

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

high@modelcontextprotocol/sdk@1.6.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.6.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highaxios@1.7.9GHSA-35jp-ww65-95wh

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

highaxios@1.7.9GHSA-3g43-6gmg-66jw

axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge

highaxios@1.7.9GHSA-43fc-jf86-j433

Axios is Vulnerable to Denial of Service via __proto__ Key in mergeConfig

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// quality suggestions

License file

No license file

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

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 15 high severity in production deps — @modelcontextprotocol/sdk@1.6.1 (high), @modelcontextprotocol/sdk@1.6.1 (high)

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

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 3 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/kevinkwank/litewrite-mcp-server?variant=verified)](https://m8ven.ai/mcp/kevinkwank/litewrite-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: cb36693ab7ad34fe472d0700753c5eec1a5017cf
code hash: 81daf0ceb5b5a54ecc6dc7437ed13bc7924da1bbb0f4304dd0c0e2978d51e76f
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