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. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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