OrangePro for Cursor
io.github.orangeproai/orangepro
Find test gaps, generate grounded tests, and dynamically prove behavior with mutation testing.
client:Cursor
transport:stdio
runtime:npm
Install OrangePro in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"orangepro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@orangepro/mcp-server"
],
"env": {
"OPENAI_API_KEY": "<OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"OLLAMA_BASE_URL": "<OLLAMA_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs