Skip to main content
Glama

Local Dev Bridge MCP

write_file

Create or overwrite files with specified content to manage project files directly from Claude Desktop, enabling file operations within your local development environment.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
pathYesPath to the file (relative to projects directory or absolute)
contentYesContent to write to the file

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content to write to the file", "type": "string" }, "path": { "description": "Path to the file (relative to projects directory or absolute)", "type": "string" } }, "required": [ "path", "content" ], "type": "object" }

Other Tools from Local Dev Bridge MCP

Related Tools

    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