fix-my-comments-mcp
MCP server that exposes code review tasks from the Fix My Comments VS Code extension to AI agents, enabling them to list, retrieve, reply to, and update task statuses.
README
fix-my-comments-mcp
MCP server for Fix My Comments — exposes code review tasks to AI agents (Claude Code, Cursor, etc.) via the Model Context Protocol.
How it works
The server reads task data from the .fixmycomments/<branch>/ directory at the root of your Git repository. This directory is written by the Fix My Comments VS Code extension.
- Zero config — the server auto-discovers the storage path based on
process.cwd()and the current Git branch. - Branch-scoped — tasks are isolated per Git branch, matching VS Code workspace state.
Installation
Option A: Global install via npm (recommended)
npm install -g fix-my-comments-mcp
Then add to Claude Code:
claude mcp add fix-my-comments --scope user -- fix-my-comments
Option B: Local dev via npm link
git clone <this-repo>
cd fix-my-comments-mcp
npm install
npm run build
npm link
claude mcp add fix-my-comments --scope user -- fix-my-comments
Available Tools
| Tool | Description |
|---|---|
list_open_tasks |
List all open tasks for the current branch. Optionally filter by file path. |
get_task_thread |
Get a task and its full message thread. |
post_agent_reply |
Append a reply to a task thread as an AI agent. |
set_task_status |
Set a task status (resolved or requires_review). |
Requirements
- Node.js 18+
- The Fix My Comments VS Code extension installed and active in the project
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.