Local Dev Bridge MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROJECTS_DIR | No | The base directory for all file operations. By default, it uses ~/Desktop/Projects. | ~/Desktop/Projects |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_fileB | Read the contents of a file from the local file system. Use this to view existing code files. |
| write_fileA | Create or overwrite a file with new content. Use this to create new files or completely replace existing ones. |
| edit_fileC | Edit a file by replacing specific text. The old_text must match exactly (including whitespace). |
| list_directoryC | List files and directories in a given path |
| run_commandB | Execute a shell command in the projects directory. Use for running npm install, git commands, tests, etc. |
| search_filesC | Search for text within files in a directory (recursive) |
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/talentedmrweb/local-dev-bridge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server