MCP-Chinese-Getting-Started-Guide: This guide provides a rapid introduction to the Model Context Protocol (MCP), an open-source protocol standardizing LLM interactions with external data and tools. It demonstrates building and debugging MCP servers, developing MCP clients for LLMs like DeepSeek, and integrating with Claude Desktop.; 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.
Enhancing LLMs with real-time web search capabilities
AI-assisted code editing without leaving Neovim