MCP.so
登录

Faster Fixes

@manucoffin

关于 Faster Fixes

The open-source feedback pipeline for AI-native dev teams. Built for developers, designed for their clients.

基本信息

分类

其他

许可证

NOASSERTION

运行时

node

传输方式

stdio

发布者

manucoffin

提交者

Manuel Coffin

配置

使用下面的配置,将此服务器添加到你的 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.

评论

其他 分类下的更多 MCP 服务器