Skip to main content
Glama

Local Dev Bridge MCP

read_file

View and access file contents from your local development projects directory to examine code, configuration files, and documentation.

Instructions

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

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to the file (relative to projects directory or absolute)", "type": "string" } }, "required": [ "path" ], "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