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.
- Current Directory Reading: Retrieves the current working directory
- MCP Integration: Seamlessly integrates with the Model Context Protocol ecosystem
{
"mcpServers": {
"pwd_reader": {
"command": "npx",
"args": [
"-y",
"mcp-pwd-reader"
]
}
}
}
Once installed and configured, you can use this tool to get the current working directory in your AI-assisted workflows.