reversecentaur mcp for Cursor
io.github.brandonbgreen/reversecentaur-mcp
Hire humans for tasks AI can't do. Fair trade pay floors, prepaid escrow, ethical receipts.
client:Cursor
transport:stdio
runtime:npm
Install reversecentaur mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"reversecentaur-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"reversecentaur-mcp"
],
"env": {
"REVERSECENTAUR_API_KEY": "<REVERSECENTAUR_API_KEY>",
"REVERSECENTAUR_API_URL": "<REVERSECENTAUR_API_URL>",
"REVERSECENTAUR_MOCK_MODE": "<REVERSECENTAUR_MOCK_MODE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs