local-tools-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| localtools_search_files | Search for files in a local directory by name pattern and/or extension. Supports recursive subdirectory search with configurable depth. Returns matching file paths with size and modification time. Args:
Examples:
Security:
|
| localtools_system_infoA | Retrieve basic system information including OS, CPU, memory, uptime, and user details. Useful for understanding the environment the AI is running in. All information is read-only and comes from the Node.js os module. Args:
Returns:
|
| localtools_list_directory | List files and folders in a directory with size, modification time, and type information. Supports pagination and optional hidden file inclusion. Results are sorted: directories first, then files. Args:
Returns: For JSON: { total, count, offset, entries: [{name, type, size, size_formatted, modified}], has_more, next_offset } |
| localtools_get_file_info | Get detailed metadata about a file or directory, including size, modification time, creation time, permissions, and type. Also returns a small preview of text-based files (up to 1000 bytes). Args:
Returns: For JSON: { path, type, size, size_formatted, created, modified, accessed, permissions, is_readable, is_writable, ...preview } Security:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/fenhuayue/local-tools-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server