Skip to content
Cursor

redline for Cursor

io.github.gowtham0992/redline

Run local prompt regression checks from prompt-response logs in AI coding assistants.

client:Cursor transport:stdio runtime:pypi

Install redline in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "redline": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "redline-ai"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

redline in other clients