Skip to content
Grok

md-feedback for Grok

io.github.yeominux/md-feedback

Review markdown plans before AI agents build. Annotate, gate-check, apply fixes, session handoffs.

client:Grok transport:stdio runtime:npm

Install md-feedback in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

md-feedback in other clients