Skip to content
Cursor

dagpipe for Cursor

io.github.devilsfave/dagpipe

Crash-proof LLM pipelines. Resumes from failure without a database.

client:Cursor transport:stdio runtime:pypi

Install dagpipe in Cursor

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

{
  "mcpServers": {
    "dagpipe": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dagpipe-core"
      ]
    }
  }
}

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

dagpipe in other clients