feedback-mcp

Remote MCP service for filing issues to GitHub repositories from claude.ai conversations.

Add this service to claude.ai

  1. Open claude.ai and go to Settings → Connectors.
  2. Click Add custom connector.
  3. Paste this URL:
    https://powerups-web-mcp.activ-8.com.sg
  4. Sign in when claude.ai opens the OAuth window.
  5. Back in Claude, ask it to call feedback_add_github_account with a label (e.g. "personal" or "work") to link the GitHub account that will file issues on your behalf.
  6. Add a target repo with feedback_add_target, then file feedback with feedback_submit.

What this service does

This service is a remote realisation of the feedback-report capability — the same one Claude Code's wafery-base-pack:feedback-report skill provides locally. It lets Claude file structured GitHub issues to repos you've authorised, using the same per-repo .feedback-report.yml policy file that the CLI version reads.

Authentication

Two layers, kept independent: claude.ai authenticates to this service via Microsoft Identity Platform (personal or work accounts), and you separately link one or more GitHub accounts that the service files on behalf of.