Stats
Actions
Tags
From vibing-nvim
Local MCP server for Neovim integration, enabling Claude to interact with Neovim instances via RPC. Configurable timeout for RPC calls.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"vibing-nvim": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-server/bin/run.mjs"
],
"env": {
"VIBING_RPC_TIMEOUT": "30000"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
VIBING_RPC_TIMEOUT=30000npx claudepluginhub shabaraba/vibing.nvim --plugin vibing-nvim