Skip to main content
Glama

Local Dev Bridge MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROJECTS_DIRNoThe base directory for all file operations. By default, it uses ~/Desktop/Projects.~/Desktop/Projects

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
read_file

Read the contents of a file from the local file system. Use this to view existing code files.

write_file

Create or overwrite a file with new content. Use this to create new files or completely replace existing ones.

edit_file

Edit a file by replacing specific text. The old_text must match exactly (including whitespace).

list_directory

List files and directories in a given path

run_command

Execute a shell command in the projects directory. Use for running npm install, git commands, tests, etc.

search_files

Search for text within files in a directory (recursive)

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