Skip to main content
Glama

Claude Code MCP

by auchenberg

listFiles

Retrieve a list of files and directories within a specified path using the Claude Code MCP server. Simplify file system navigation and management with precise input requirements.

Instructions

Lists files and directories in a given path

Input Schema

NameRequiredDescriptionDefault
pathYesThe absolute path to the directory to list

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "The absolute path to the directory to list", "type": "string" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools from Claude Code 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/auchenberg/claude-code-mcp'

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