Metadata-Version: 2.4
Name: pickaxe-mcp-file-system
Version: 0.1.1
Summary: A simple file system MCP server.
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.28.1
Requires-Dist: mcp[cli]>=1.9.4
Requires-Dist: fastmcp>=2.7.0

# PXE File System

A simple file system MCP server.

## Installation

uvx:

```
{
  "mcpServers": {
    "pickaxe-mcp-file-system": {
      "command": "uvx",
      "args": [
        "pickaxe-mcp-file-system",
        "/data"
      ]
    }
  }
}
```
