ponytail

GitHub

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "ponytail": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ponytail"
      ]
    }
  }
}