Provides tools for managing local repositories, including checking status, viewing diffs, and accessing commit logs.
Supports remote repository operations such as setting remote URLs and pushing changes using GitHub tokens.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Node Dev MCP Serverstart a new branch called 'feature-login' and install dependencies"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Node Dev MCP Server
Lightweight MCP server for local workspace file operations and git commands.
Tools
Tool | Description | Input (JSON) |
start_work | Set remote URL from env, pull latest changes, create and push a branch, and install dependencies |
|
read_file | Read the content of a file in the workspace folder |
|
write_file | Write content to a file in the workspace folder |
|
delete_file | Delete a file from the workspace folder |
|
create_folder | Create a folder in the workspace folder |
|
delete_folder | Delete a folder from the workspace folder |
|
list_dir | List files and folders in the workspace folder |
|
vcs_status | Get the status of the repository |
|
vcs_diff | Get repository diff |
|
vcs_log | Show commit log |
|
install_dependencies | Install all dependencies in the workspace |
|
install_package | Install a single package in the workspace |
|
run_build | Run the build script in the workspace |
|
run_script | Run a script in the workspace |
|
Notes:
vcs_remote_set_url_from_envexpectsPROJECT_REPOandGITHUB_TOKENto be set.