From interactive-review
Local Python MCP server for interactive reviews, providing file access capabilities for reviewing code or documents.
npx claudepluginhub team-attention/plugins-for-claude-natives --plugin interactive-reviewAdd to your .mcp.json:
{
"mcpServers": {
"interactive_review": {
"command": "uv",
"args": [
"run",
"--directory",
"${CLAUDE_PLUGIN_ROOT}/mcp-server",
"server.py"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
uv