Node Dev MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | Yes | The GitHub token used for authentication when setting the remote URL and pushing changes. | |
| PROJECT_REPO | Yes | The remote repository URL to be set for the git workspace. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_contentC | Search file contents in the workspace using ripgrep (rg) |
| apply_patchC | Apply a unified diff patch in the workspace |
| read_fileC | Read the content of a file in the workspace folder |
| write_fileC | Write content to a file in the workspace folder |
| delete_fileC | Delete a file from the workspace folder |
| create_folderC | Create a folder in the workspace folder |
| delete_folderC | Delete a folder from the workspace folder |
| copy_folderC | Copy a folder in the workspace folder |
| search_entriesC | Search for files and folders in the workspace using a regular expression |
| list_dirB | List files and folders in the workspace folder or a subfolder |
| vcs_statusB | Get the status of the repository |
| vcs_diffC | Get repository diff |
| vcs_logC | Show commit log |
| install_dependenciesC | Install all dependencies in the workspace |
| install_packageC | Install a single package in the workspace |
| run_buildC | Run the build script in the workspace |
| run_scriptC | Run a script in the workspace |
| start_workC | Set remote URL from env, pull latest changes, create and push a branch, and install dependencies |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LiamCarver/node-dev-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server