Skip to content

paulburgess1357/nvim-mcp

v0.7.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai artificial-intelligence claude claude-code codex cursor
+11 more
llm mcp mcp-server model-context-protocol msgpack-rpc neovim neovim-config nvim openai text-editor vim

Summary

AI summary

Added get_state_brief, a lightweight alternative to get_state for quick orientation.

Full changelog

What's New

get_state_brief tool

A new lightweight alternative to get_state for quick orientation at the start of each turn. Returns the active window's context (file, cursor position, surrounding lines) without the overhead of fetching all windows, folds, marks, diagnostics, and highlights. Use get_state when you need the full picture. Be sure to update your AGENTS.md file. See: AGENTS-EXAMPLE.md and config for additional details.

Improved tool descriptions

All tool descriptions have been rewritten for clarity — better purpose statements, usage guidelines, behavioral notes, and parameter documentation.

Other Changes

  • Added OpenCode setup instructions
  • Added "Working Safely" documentation section
  • Updated Nix support documentation
  • Updated config README

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track paulburgess1357/nvim-mcp

Get notified when new releases ship.

Sign up free

About paulburgess1357/nvim-mcp

MCP server providing AI assistants with full control of Neovim instances via msgpack-RPC. Read/edit buffers, run commands, send keys, query LSP diagnostics, and annotate code with highlights. No plugin required.

All releases →

Related context

Earlier breaking changes

  • v1.0.0 MCP surface is now committed under semantic versioning.
  • v1.0.0 MCP surface (state, buffers, windows, navigation, commands, highlights, virtual text) now under semantic versioning.
  • v1.0.0 Promotes PyPI metadata from `Development Status :: 3 - Alpha` to `5 - Production/Stable`.

Beta — feedback welcome: [email protected]