



Provides MCP access to local folders for secure filesystem operations including listing, reading/writing files with sandboxing and path validation. Key features include recursive listing, glob search, MIME detection, configurable roots, and exclusion patterns for .git/node_modules. Use cases: AI agents persisting data autonomously, local RAG pipelines, code generation/editing; vs direct FS libraries: MCP enables agentic workflows with standardized tools.
Зареждане на още......
На тази страница
folder-mcp
folder-mcp implements the Model Context Protocol (MCP) standard to allow LLMs to interact with local folders securely via stdio transport.
get_status: System status check.read_file: Read file contents by relative path.search_files: Find files by pattern (e.g., '*.md').list_files: Recursive file listing.get_folder_info: Folder stats and metadata.git clone https://github.com/okets/folder-mcp.git
cd folder-mcp
npm install
npm run build
Uses config.yaml for embeddings (Ollama support: nomic-v1.5, mxbai-large, etc.), caching, text processing, logging, and dev options.
Configure in MCP clients like Claude Desktop:
{
"mcpServers": {
"folder-mcp": {
"command": "node",
"args": ["dist/mcp-server.js", "/path/to/folder-mcp"],
"env": {}
}
}
}
Note: Logs to stderr only for stdio compatibility.
Free and open-source under MIT License.
Version 1.0: Basic MCP server (13/30 features). Upcoming: Semantic search, embeddings, vector search.
Разгледайте още елементи, свързани с този