Developers
MCP server
Give trusted AI agents project-scoped feedback tools through the Model Context Protocol.
Documentation revision 2026-07-30
Run the packaged server
Open the selected project API tab and copy its generated MCP configuration. The package URL and API key are project-specific. Keep the key out of prompts, repositories, and browser code.
Environment · docs 2026-07-30bash
FEEDBACKS_API_KEY=YOUR_PROJECT_API_KEY
FEEDBACKS_API_URL=https://app.feedbacks.devAvailable tools
- list_projects
- get_project_setup_packet
- verify_widget_install
- submit_test_feedback
- submit_feedback
- list_feedback
- update_feedback_status
- get_project_stats
- search_feedback
A safe agent routine
- 1
Read the setup packet
Use exact generated snippets instead of inventing configuration.
- 2
Verify before changing
Inspect the reachable page and current inbox state.
- 3
Submit a named test
Use submit_test_feedback so verification data is recognizable.
- 4
Update intentionally
Change status, priority, or tags only when the requested workflow action is explicit.
