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

C
Emerging
74/100

neovim-mcp

Enables AI agents to navigate code using Neovim's LSP and Treesitter features, and read/write the quickfix list.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. 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

Simonoob

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
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.

vim_health

Check Neovim connection health

restart_lsp

Restart all running LSP clients. Use after making changes to files outside Neovim to refresh diagnostics and symbol data.

get_lsp

get all running LSP clients and all available ones

start_lsp

start a specific LSP server

get_document_symbols

Get LSP document symbols for a file (functions, classes, types with line numbers and nesting). Optionally filter by name.

get_ast_context

Get the treesitter scope chain at a position (shows enclosing functions, classes, blocks)

workspace_symbols

Search workspace symbols via LSP (functions, classes, types across the project)

get_diagnostics

Get LSP diagnostics (errors, warnings) for a file or the entire workspace

get_references

Find all references to a symbol at a given position via LSP

goto_definition

Go to definition of a symbol at a given position via LSP

goto_implementation

Find implementations of an interface or abstract method via LSP

hover

Get LSP hover information (type signature, documentation) for a symbol at a position

get_quickfix

Get the current Neovim quickfix list contents

set_quickfix

Set the Neovim quickfix list with a list of locations (e.g. feature touchpoints, search results, related code sites)

// known CVEs in dependencies1 low

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

lowvitest@4.1.4GHSA-82fw-gwwq-j7x9

Vitest: Path Traversal / Arbitrary File Read via @vitest/mocker Redirect Mock

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.
configNVIM_SOCKET_PATHclaude mcp add --transport stdio --scope user neovim-nav -e =/tmp/my-nvim -- node /path/to/neovim-mcp/build/index.js
// 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 — vim_health (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); restart_lsp (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_lsp (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 inputs are validated

10/14 tool handlers declare input schemas (71%)

Declare an inputSchema with zod/joi/yup on every tool definition.

License file

No license file

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

Shell command execution

1 call in production code run through a shell (src/utils.ts:27)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

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 Score](https://m8ven.ai/badge/mcp/simonoob/neovim-mcp)](https://m8ven.ai/mcp/simonoob/neovim-mcp)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: e4dc93aaacc8fcdbef79f9574eeccc1273258ed1
code hash: a620eeebb951943b8e76a453656a688b8a584b14aa827451a9dd4b1eb574461f
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