md-feedback for Cursor
io.github.yeominux/md-feedback
Review markdown plans before AI agents build. Annotate, gate-check, apply fixes, session handoffs.
client:Cursor
transport:stdio
runtime:npm
Install md-feedback in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"md-feedback": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"md-feedback"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs