We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mmorris35/devplan-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.mdβ’1.94 KiB
# rubber-duck-debugger
> A CLI rubber duck debugging companion that responds with sarcastic quacks and unhelpful advice.
## Installation
```bash
npm install -g rubber-duck-debugger
```
## Usage
### Start a debugging session
```bash
rubber-duck-debugger
# or
rdd
```
### Quick commands
```bash
# Get a random quack
rdd quack
# Get some "wisdom"
rdd wisdom
# Show help
rdd --help
```
## What to expect
The duck will:
- Listen to your problems (reluctantly)
- Respond with sarcastic quacks
- Get increasingly annoyed the longer you talk
- Offer genuinely unhelpful advice
- Rate your debugging skills (harshly)
## Example session
```
π¦ *stares at you judgmentally*
I'm listening.
You: My function returns undefined
π¦ Quack. Have you tried actually returning something?
π‘ Have you tried turning it off and on again?
Mood: [π€ Mildly Interested]
You: I did return something!
π¦ QUACK. That's what they all say.
Mood: [π Questioning Your Life Choices]
You: quit
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β π¦ SESSION SUMMARY π¦ β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ£
β±οΈ Duration: 45 seconds. Speed run? Or gave up?
π¬ Messages: 2
Average length: 25 characters
π¦ Mood Journey: π β π€ β π
π― Debugging Skill Rating: 4/10
"Struggling"
π¦ The duck suggests reviewing CS fundamentals.
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
```
## License
MIT - Because even ducks believe in open source.