blink.cmp

GitHub

Performant, batteries-included completion plugin for Neovim

6,484 stars Lua 1 file ยท ~17,751 tokens #neovim#neovim-lua-plugin#neovim-plugin

blink.cmp MCP Server

MCP server for saghen/blink.cmp

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "blink.cmp": {
      "command": "npx",
      "args": [
        "-y",
        "@saghen/blink.cmp"
      ]
    }
  }
}