maruko-cell/local-file-mcp-server-stdio
Overview
maruko-cell/local-file-mcp-server-stdio is a Python MCP server.
Ranked #99 out of 104 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Python No license
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% today
Last commit today → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
Forks 0
Description None
License None
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
License low impact
Contributors medium impact
Matched Queries
From the README
# local-file-mcp-server-stdio
A **stdio**-based MCP Server (Python) that provides two tools:
- `local_file_create_file`: create/write a file (supports creating parent directories, optional overwrite, and atomic writes)
- `local_file_rename`: rename/move a file (supports creating parent directories and optional overwrite)
## Security policy
- Only operates under a single root directory: environment variable `LOCAL_FILE_MCP_ROOT`
- Only relative paths are allowed, and all file operations must stay under the root set by `LOCAL_FILE_MCP_ROOT`
- Logs are written to stderr; stdout is reserved for protocol communication only
## Usage examples
### 1) Create/write a file under the root directory
Call `local_file_create_file`:
```json
{
"path": "notes/hello.txt",
"content": "你好,MCP!\n",
"overwrite": false,
"make_parents": true,
"encoding": "utf-8"
}
```
Note: If `overwrite=false` and the file already exists, it will error; `make_parents=true` will automatically create parent d Read full README on GitHub → Are you the maintainer of maruko-cell/local-file-mcp-server-stdio?
Claim this tool → Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.