data-ai MCP Server
Inline review comments for markdown specs. Built-in MCP server hands feedback directly to your AI agent.
Discovered via github-topic:mcp-server and last synced 3mo ago.
1. Install the package
npx md-redline
2. Add to claude_desktop_config.json
{
"mcpServers": {
"md-redline": {
"command": "npx",
"args": [
"md-redline"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)