Faster Fixes
@manucoffin
Faster Fixes について
The open-source feedback pipeline for AI-native dev teams. Built for developers, designed for their clients.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"faster-fixes": {
"command": "npx",
"args": [
"-y",
"@fasterfixes/mcp"
],
"env": {
"FASTER_FIXES_TOKEN": "<YOUR_TOKEN>",
"FASTER_FIXES_PROJECT": "<YOUR_PROJECT_ID>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Faster Fixes?
Faster Fixes is an MCP server that turns messy client feedback into structured, agent-ready bug reports. It integrates with the Faster Fixes platform, where clients leave feedback directly on a website via a lightweight React widget. The server lets AI coding agents fetch new feedback, read the full context (screenshot, page URL, DOM selector, component tree, browser metadata), locate relevant code, fix the issue, and mark it as resolved — all from the terminal.
How to use Faster Fixes?
Install the @fasterfixes/react widget in your React application and wrap your app with FeedbackProvider, providing your project API key. To use the MCP server, run npx -y @fasterfixes/mcp with the environment variables FASTER_FIXES_TOKEN and FASTER_FIXES_PROJECT. The server supports Claude Code, Cursor, VS Code, Windsurf, Codex, and Zed.
Key features of Faster Fixes
- Visual feedback widget for clients to click on elements
- Automatic context capture (screenshot, URL, DOM, React component tree)
- Developer dashboard to review feedback organized by project
- Markdown export of each feedback item as a structured bug report
- MCP server for AI coding agents to fetch and resolve feedback
- GitHub integration to automatically create issues from feedback
Use cases of Faster Fixes
- Developers receiving vague client feedback can turn it into actionable, context-rich reports.
- AI coding agents autonomously fetch new feedback, locate the relevant code, and fix issues.
- Teams collaborate on client feedback with role-based access and project organization.
- Clients leave feedback without an account via shareable review links.
FAQ from Faster Fixes
What tools does the Faster Fixes MCP server work with?
The MCP server works with Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, Codex, and Zed.
How do I get the required credentials for the MCP server?
You can find your agent token and project ID in Organization Settings on the dashboard at https://faster-fixes.com/docs.
What is the license for Faster Fixes?
The repository is licensed under AGPLv3. The widget packages (@fasterfixes/core, @fasterfixes/react) and the MCP server (@fasterfixes/mcp) are licensed under MIT for unrestricted use.
What does the MCP server’s list_feedbacks tool do?
The MCP server exposes two tools: list_feedbacks and update_feedback_status. It connects to the Faster Fixes API using an organization-scoped agent token.
Are there any runtime dependencies for the MCP server?
The MCP server is run via npx -y @fasterfixes/mcp and requires Node.js. No other runtime dependencies are listed beyond the environment variables.
「その他」の他のコンテンツ
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント