Md Feedback MCP Server

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. It runs locally over stdio via the published package.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-23 · ★ 5 · #158 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Md Feedback

Claude Code

claude mcp add yeominux-md-feedback -- npx -y md-feedback

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "yeominux-md-feedback": {
      "command": "npx",
      "args": [
        "-y",
        "md-feedback"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package md-feedback - unscoped; check the name against the project README before installing

registry namespace io.github.yeominux is GitHub-verified and matches the repo owner

03 · What Md Feedback can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.5.5 · 2026-03-07

Fixed · Restored the packaged webview assets required by the VS Code sidebar · Fixed the Windows webview build path used during extension packaging · Added packaging verification so VSIX builds fail if required webview…

v1.5.4 · 2026-03-05

Fixed · FILE_SAFETY false positive on Windows when drive letter casing differs between workspace root and incoming file path (D: vs d:). Path containment checks are now case-insensitive on Windows. (Issue #2)

04 · Who maintains Md Feedback

md-feedback is maintained by yeominux. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
browser automation - ranked #158 of 196 actively-maintained browser automation servers as of 2026-08-25.
registry
io.github.yeominux/md-feedback (active, first published 2026-03-22)
packages
npm:md-feedback

06 · Md Feedback FAQ

What is Md Feedback?

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. It runs locally over stdio via the published package.

Is Md Feedback still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-23. We re-verify nightly.

How do I install Md Feedback?

Run `npx -y md-feedback`. You can also paste the ready-made client config above.

Does Md Feedback run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Md Feedback

More browser automation MCP servers · Aginx Browser · One Search MCP · UI Ticket MCP · Sniff · Safari MCP

More TypeScript MCP servers · Biopharma Catalyst MCP · Scholar Feed · Webcheck · Siren · see all