Local Filesystem MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Local Filesystem MCP Serverfind all Python files in the project directory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Local Filesystem MCP Server
A Model Context Protocol (MCP) server for exploring local filesystems with glob and grep tools.
Built with Smithery SDK
Features
This server provides two essential tools for filesystem exploration:
glob - Find files matching patterns (e.g.,
**/*.ts,src/**/*.js)grep - Search for text patterns in files
Related MCP server: Greply MCP Server
Prerequisites
Smithery API key: Get yours at smithery.ai/account/api-keys
Getting Started
Install dependencies:
npm installStart development server:
npm run dev
The server will run locally and provide access to your filesystem through the MCP protocol.
Configuration
You can customize the working directory in your smithery.yaml config:
runtime: typescript
target: local
config:
workingDirectory: /path/to/your/directoryBy default, it uses the current working directory.
Development
Your code is organized as:
src/xiaobenyang_mcp_tools.ts.bak- MCP server with glob and grep toolssmithery.yaml- Runtime specification withtarget: localfor filesystem access
Edit src/xiaobenyang_mcp_tools.ts.bak to add your own filesystem tools.
Build
npm run buildCreates bundled server in .smithery/
Deploy
This server uses target: local in smithery.yaml, which means it's designed to run locally with filesystem access. It cannot be deployed to remote Smithery hosting.
Learn More
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides powerful text search capabilities using the grep command-line utility, allowing users to search files and directories using both natural language descriptions and regex patterns.Last updated5407MIT
- AlicenseBqualityCmaintenanceEnables file and directory searching through the greply CLI tool with configurable search options like context lines, case sensitivity, and pattern matching. Provides direct access to powerful grep-like functionality from MCP-compatible clients.Last updated231MIT
- -license-quality-maintenanceEnables exploration and search of local filesystems using glob pattern matching to find files and grep to search for text patterns within files.Last updated
- Flicense-quality-maintenanceEnables exploration and search of local filesystems using glob pattern matching to find files and grep to search for text patterns within files.Last updated
Related MCP Connectors
Securely search and manage workspace context files for AI agents and teams.
Search, browse, and read your Dropbox files. Find documents by name or content, list folders, and…
Search and analyze global news coverage and US TV transcripts via the GDELT Project APIs.
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/xiaobenyang-com/mcp_tools_3'
If you have feedback or need assistance with the MCP directory API, please join our Discord server