auditreach for Cursor
io.github.rudrendupaul/auditreach
BYOK Reddit/YouTube research CLI with a tamper-evident audit log and an MCP server.
client:Cursor
transport:stdio
runtime:pypi
Install auditreach in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"auditreach": {
"type": "stdio",
"command": "uvx",
"args": [
"auditreach-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs