Skip to main content
Glama

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

npm install -g fix-my-comments-mcp

Then add to Claude Code:

claude mcp add fix-my-comments --scope user -- fix-my-comments
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

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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