MCP server intelligence profile

MCP Local File Reader MCP Server

A Model Context Protocol (MCP) server that allows AI models to safely access and interact with local file systems, enabling reading file contents, listing directories, and retrieving file metadata

Local Onlysworddut
Awaiting current scanNpm · 0.1.0

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
3Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install mcp-local-file-reader from npm

Version 0.1.0 declares 1 executable entrypoint.

npm install --save-exact mcp-local-file-reader@0.1.0
npx -y -p mcp-local-file-reader@0.1.0 mcp-local-file-reader
MCP client configuration example
{
  "mcpServers": {
    "mcp-local-file-reader": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "mcp-local-file-reader@0.1.0",
        "mcp-local-file-reader"
      ]
    }
  }
}

Identity

Canonical slugmcp-local-file-reader-9faa4849DeploymentLocal Only
Canonical packagenpm:mcp-local-file-readerRepositorysworddut/mcp-local-file-reader
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmmcp-local-file-reader0.1.01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmmcp-local-file-reader0.1.0CurrentSep 5, 20263 toolsPartial · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2024-11-05Negotiated protocol
mcp-local-file-readerServer-reported name
3Capability groups
Aug 17, 2026Observed

Tools 3

ToolCategoryAnnotationsRisk
get_file_info获取指定文件的详细信息
Input schema
{
  "type": "object",
  "properties": {
    "filePath": {
      "type": "string",
      "description": "要获取信息的文件路径(绝对路径)"
    }
  },
  "required": [
    "filePath"
  ]
}
list_files列出指定目录中的所有文件
Input schema
{
  "type": "object",
  "properties": {
    "filePath": {
      "type": "string",
      "description": "要列出文件的目录路径(绝对路径)"
    }
  },
  "required": [
    "filePath"
  ]
}
read_file读取指定文件内容
Input schema
{
  "type": "object",
  "properties": {
    "filePath": {
      "type": "string",
      "description": "要读取的文件路径(绝对路径)"
    }
  },
  "required": [
    "filePath"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

MCP Local File Reader MCP Server questions

How do I install MCP Local File Reader MCP Server?

Install the selected package version with: npm install --save-exact mcp-local-file-reader@0.1.0

What tools does MCP Local File Reader MCP Server provide?

MCP Local File Reader MCP Server exposed 3 tools during independent protocol observation, including get_file_info, list_files, read_file.

Is MCP Local File Reader MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Filesystem MCP ServersOfficial vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.