# DietrichGebert/ponytail | Model Context Protocol (MCP) Server > Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote. - **Stars**: ⭐ 98,829 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "ponytail": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ponytail" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "ponytail": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ponytail" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-ponytail` - **Docker**: `docker run -i --rm mcp/ponytail`