Google PageRank for AI agents. 25,000+ tools indexed.

maruko-cell/local-file-mcp-server-stdio

Score: 45.3 Rank #99

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

StarsFreshnessIssue HealthContributorsDependents
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

Add a detailed description (150+ chars) to your repo to improve discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge

AgentRank score for maruko-cell/local-file-mcp-server-stdio
[![AgentRank](https://agentrank-ai.com/api/badge/tool/maruko-cell--local-file-mcp-server-stdio)](https://agentrank-ai.com/tool/maruko-cell--local-file-mcp-server-stdio/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/maruko-cell--local-file-mcp-server-stdio/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/maruko-cell--local-file-mcp-server-stdio" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="maruko-cell/local-file-mcp-server-stdio"></script>

Matched Queries

"mcp server""mcp-server"

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 listing to add a tagline, mark deprecation status, and get a verified maintainer badge.

Claim this tool →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.