Skip to main content
Glama

mcp-editor

view

Access and display file contents or directory listings by specifying an absolute path. Optionally, view specific line ranges within files to streamline navigation and analysis.

Instructions

View file contents or directory listing

Input Schema

NameRequiredDescriptionDefault
pathYesAbsolute path to the file or directory
view_rangeNoOptional range of lines to view [start, end]

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Absolute path to the file or directory", "type": "string" }, "view_range": { "description": "Optional range of lines to view [start, end]", "items": { "type": "number" }, "maxItems": 2, "minItems": 2, "type": "array" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-editor

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/arathald/mcp-editor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server