agent-protocol: The Agent Protocol provides a single common interface for communicating with AI agents, addressing the challenge of diverse agent interfaces and simplifying comparison. It is a tech-stack agnostic API specification, enabling easier development of devtools and fostering ecosystem growth by reducing boilerplate.; nvim-mcp: nvim-mcp provides an MCP server that connects to a running Neovim session via its native msgpack-RPC socket, enabling AI agents to see the editor state, edit buffers in memory, run Vim commands, send keystrokes, query LSP diagnostics, and more. It works with Cursor, Claude Code, Codex, and other MCP-compatible clients. The tool is designed for safe, non-destructive operations with full undo support.
Developing new AI agents with a standard interface
AI-assisted code editing without leaving Neovim