fix-my-comments-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fix-my-comments-mcplist open tasks in src/main.ts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: md-feedback
Installation
Option A: Global install via npm (recommended)
npm install -g fix-my-comments-mcpThen add to Claude Code:
claude mcp add fix-my-comments --scope user -- fix-my-commentsOption 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-commentsAvailable Tools
Tool | Description |
| List all open tasks for the current branch. Optionally filter by file path. |
| Get a task and its full message thread. |
| Append a reply to a task thread as an AI agent. |
| Set a task status ( |
Requirements
Node.js 18+
The Fix My Comments VS Code extension installed and active in the project
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/duraisamy-gokul/fix-my-comments-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server