CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

md-feedback

yeominux/md-feedback
5STDIOregistry active
Summary

A human-in-the-loop review layer for AI coding agents. You annotate markdown plans with Fix, Question, or Highlight markers using keyboard shortcuts, and agents read those annotations directly through 27 MCP tools. No copy-paste step. The agent applies fixes and reports back with inline diffs, you approve or reject from CodeLens buttons, and quality gates block progress until your conditions are met. Session handoffs preserve context across conversations. Annotations live as HTML comments in the markdown itself, so they survive git and render anywhere. Reach for this when you want structured plan review before implementation, especially across multi-session AI workflows where context loss is expensive.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

MD Feedback

Review your plan. Guide your AI agent. Ship with confidence.

English | 한국어

VS Code Marketplace npm License: SUL-1.0 Buy Me A Coffee

MD Feedback is a VS Code extension and MCP server for reviewing markdown plans before AI agents implement them. Annotate plans with Fix, Question, and Highlight — AI agents read your structured feedback directly through MCP. No copy-paste, no export step, no context lost between sessions.

Install from VS Code Marketplace, open a .md plan, select text, press 1/2/3, and your agent can act on that review immediately.

You review. The agent builds. Gates track completion. Handoffs preserve context.

MD Feedback Demo: annotating a markdown plan with Fix, Question, and Highlight in the VS Code sidebar, then reviewing AI-applied changes

Latest (v1.5.7): Web UI for npx md-feedback — open your markdown workspace in any browser.

How It Works

From plan to implementation, the complete AI coding loop:

Step 1  YOU        Write a plan in markdown
          │
Step 2  YOU        Open in MD Feedback sidebar → highlight, fix, question
          │         (press 1, 2, or 3)
          │
Step 3  AGENT      Reads annotations via MCP — no export step needed
          │
Step 4  AGENT      Implements fixes, answers questions
          │
Step 5  YOU        Review AI work → Approve, Request Changes, or Reject
          │
Step 6  AGENT      Gates auto-evaluate
          │         "3 fixes remaining" → "All done, ready to merge"
          │
Step 7  AGENT      Generates handoff → next session picks up where you left off

You do steps 1–2 and 5. The agent does the rest.

This is the MCP-first path. If you use export-based workflow, run export after step 2.

Features

  • 3 annotation types: Highlight (reading mark), Fix (needs change), Question (needs clarification)
  • 27 MCP tools for direct agent integration
  • Export to 11 AI tools: Claude Code, Cursor, Copilot, Codex, Cline, Windsurf, Roo Code, Gemini, Antigravity, Generic, Handoff
  • Quality gates with automatic pass/fail evaluation
  • Session handoffs preserve context across AI agent sessions
  • Checkpoints track review progress with snapshots
  • Plan cursor tracks current position in a document
  • Keyboard shortcuts: press 1, 2, 3 for instant annotation
  • AI applies fixes via MCP — agent reports implementations, you see inline before/after diffs
  • 7 status badges: Open, Working, Review, Answered, Done, Failed, Won't Fix
  • Rollback: agent can undo its last change if something went wrong
  • Batch operations: multiple fixes applied in one transaction
  • Safe text replacement: when the same text appears multiple times, agents must specify which one to change (prevents accidental wrong-line edits)
  • File safety: blocks writes to .env, credentials, node_modules
  • Approve / Reject buttons — accept or dismiss annotations inline, always visible when review needed
  • CodeLens in editor — approve or reject directly in the markdown file, no sidebar needed
  • Activity Bar badge — see pending review count at a glance
  • Status bar + toast notifications — never miss when AI delivers work for review
  • Keyboard shortcuts — Ctrl+Shift+A to approve, Ctrl+Shift+X to reject
  • Gate override — manually control gate status when auto-evaluation isn't enough
  • External file diffs inline — see exactly what AI will change before applying
  • Gate transition notifications — know when gates unblock or complete
  • Concurrent safety — prevents data corruption when multiple AI operations run at the same time
  • Auto-refresh: document updates in real-time when AI writes changes
  • Portable format: annotations stored as HTML comments — works in any markdown renderer, survives git
  • Rich rendering: Mermaid diagrams, callout blocks, syntax-highlighted code

Quick Start (under 2 minutes)

  1. Install from VS Code Marketplace
  2. Annotate first — select text in a markdown file, then press 1 (highlight), 2 (fix), 3 (question)
  3. Optional: Connect MCP — after first annotation, click Connect AI in the sidebar and add config to your MCP client:
{ "mcpServers": { "md-feedback": { "command": "npx", "args": ["-y", "md-feedback"] } } }
  1. Done — MCP-compatible agents read annotations directly. If your agent is export-only (for example current Copilot flow), use Export.

Node.js 18+ required for MCP (npx). Claude path: .claude/mcp.json
Cursor path: .cursor/mcp.json

Try it now: Install from Marketplace, open any .md file, and press 2 to add your first Fix annotation.

Use Cases

Vibe Coding Workflow

Write a plan in markdown. Review it with MD Feedback. Let your AI agent build exactly what you reviewed. The plan is the contract — annotations are the instructions.

AI Plan Review

An AI agent generates an implementation plan. You review it with highlights, fixes, and questions before the agent writes any code. Catch errors at design time, not after implementation.

Session Continuity

Working with AI across multiple sessions? Handoffs preserve every decision, open question, and key context point. The next session starts where the last one ended.

Team Plan Review

Annotations are HTML comments in the markdown file. They survive git commits, PRs, and branch merges. Share reviewed plans with your team through your normal version control workflow.

Quality Gate Enforcement

Set conditions that must be met before the agent proceeds. Gates auto-evaluate based on annotation resolution status — blocked, proceed, or done.

Design Philosophy

  • Humans only state what is wrong. AI decides how to fix it.
  • Three annotation types are sufficient. AI infers intent from context — whether a fix means a document edit or a code change.
  • Markdown is the source of truth. All state lives in the file itself.
  • Zero cognitive load. Status bar shows progress passively. No extra decisions required.
  • Portable and git-friendly. Annotations are HTML comments — they survive any markdown renderer and version control.

VS Code Settings

You can customize MD Feedback from VS Code Settings via md-feedback.*. Advanced timing and performance tuning options are available for large workspaces.

MCP Server

MD Feedback includes an MCP server with 27 tools that let AI agents read your annotations without manual export. Agents can query memos, mark tasks done, apply fixes, check gate status, and generate handoffs — all through the Model Context Protocol.

Setup:

npx md-feedback

Workspace override — if your MCP client doesn't set cwd to the project folder (e.g. Antigravity), specify it explicitly:

{ "command": "npx", "args": ["-y", "md-feedback", "--workspace=/path/to/project"] }

Windows example: { "command": "npx", "args": ["-y", "md-feedback", "--workspace=C:\\\\work\\\\my-project"] }
Or via environment variable: MD_FEEDBACK_WORKSPACE=/path/to/project

For full details, see MCP Server documentation.

Links

  • VS Code Marketplace
  • npm (MCP Server)
  • Report Issues
  • Contributing
  • Sponsor

License

SUL-1.0 — Free for personal and non-commercial use.


FAQ

What is MD Feedback? MD Feedback is a VS Code extension and MCP server for reviewing markdown plans before AI agents implement them. Select text, press 1 (highlight), 2 (fix), or 3 (question) — annotations are stored as portable HTML comments in the markdown file itself. AI agents read annotations directly via MCP, or you can export to 11 AI tools.

Does it work with Claude Code / Cursor / Copilot? Yes. MD Feedback exports to Claude Code (CLAUDE.md), Cursor (.cursor/rules/), GitHub Copilot (.github/copilot-instructions.md), and 8 more tools. With MCP, agents read annotations directly — no export step needed.

What is MCP and why does it matter? MCP (Model Context Protocol) lets AI agents interact with external tools. MD Feedback's MCP server gives agents direct access to your annotations, so they can read feedback, mark tasks done, evaluate gates, and generate handoffs automatically. For example, when you mark a section as "Fix: use retry logic here," the agent reads that annotation via MCP, implements the fix, and marks it done — all without you switching tabs.

Can multiple people review the same plan? Yes. Annotations are HTML comments embedded in the markdown file. They travel with the file through git — commits, branches, pull requests, and merges all preserve annotations intact.

Is it free? Yes. MD Feedback is free for personal and non-commercial use under the SUL-1.0 license.

Who is this for? Developers using AI coding assistants who want to review plans before implementation, preserve context across sessions, and give agents structured feedback instead of unstructured chat messages.

More questions and advanced guidance: MCP Server docs and GitHub Issues.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Documents & Knowledge
Registryactive
Packagemd-feedback
TransportSTDIO
UpdatedMar 22, 2026
View on GitHub

Related Documents & Knowledge MCP Servers

View all →
Pdf Document Mcp

csoai-org/pdf-document-mcp

pdf-document-mcp MCP server by MEOK AI Labs
Mcp Document Converter

xt765/mcp-document-converter

Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.
10
Markdown Formatter

io.github.xjtlumedia/markdown-formatter

AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG
3
Better Notion

io.github.ai-aviate/better-notion

Operate Notion with a single Markdown document — read, create, and update pages in one call.
2
Notion

suekou/mcp-notion-server

Notion MCP Server enables LLMs to access Notion workspaces with optional Markdown conversion to save tokens.
892
Docx

meterlong/mcp-doc

A powerful Word document processing service based on FastMCP, enabling AI assistants to create, edit, and manage docx files with full formatting support. Preserves original styles when editing content. 基于FastMCP的强大Word文档处理服务,使AI助手能够创建、编辑和管理docx文件,支持完整的格式设置功能。在编辑内容时能够保留原始样式和格式,实现精确的文档操作。
185