Skip to main content

Send Feedback

The LeanMCP CLI includes a built-in command to send feedback, bug reports, and feature requests directly to the LeanMCP team.

Usage

leanmcp send-feedback [message] [options]

Options

OptionDescription
--anonSend feedback anonymously (skips authentication check)
--include-logsAttach recent CLI log files to help debug issues
-h, --helpDisplay help for command

Examples

Quick Feedback

Send a simple one-line message:
leanmcp send-feedback "I really like the new project structure!"

Interactive Mode

If you run the command without a message, you can type a multi-line message (press Ctrl+D or Ctrl+Z when finished) or pipe input from another command:
# Type interactively
leanmcp send-feedback

# Pipe from a file or command
cat issues.txt | leanmcp send-feedback

Sending Logs

If you encounter an error, you can attach your recent CLI logs to help us debug the issue. This is extremely helpful for troubleshooting deployment or build failures.
leanmcp send-feedback "Deploy failed with timeout error" --include-logs
Privacy: When using --include-logs, the CLI attaches the 3 most recent log files from ~/.leanmcp/logs/. Sensitive information like API keys is automatically redacted from these logs before sending.

Anonymous Feedback

You can send feedback without being logged in or identifying yourself:
leanmcp send-feedback "Just trying out the CLI, looks good" --anon

What happens next?

Your feedback is reviewed directly by the engineering team. We take all feedback seriously and use it to prioritize our roadmap.

Join the Community

For real-time discussion and support, join our Discord server.