mcp-pwd-reader

1.0.0 • Public • Published

PwdReader

PwdReader is a Model Context Protocol (MCP) server that returns the current working directory (pwd). This tool allows AI models to know the current path of the local file system.

Features

  • Current Directory Reading: Retrieves the current working directory
  • MCP Integration: Seamlessly integrates with the Model Context Protocol ecosystem

Installation

{
    "mcpServers": {
        "pwd_reader": {
            "command": "npx",
            "args": [
                "-y",
                "mcp-pwd-reader"
            ]
        }
    }
}

Usage

Once installed and configured, you can use this tool to get the current working directory in your AI-assisted workflows.

Readme

Keywords

none

Package Sidebar

Install

npm i mcp-pwd-reader

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

2.69 kB

Total Files

3

Last publish

Collaborators

  • kim-seungtae