Skip to content
Cursor

junai Pipeline MCP for Cursor

io.github.saajunaid/junai-mcp

Agentic pipeline orchestration MCP server for AI-driven development workflows.

client:Cursor transport:stdio runtime:pypi

Install junai Pipeline MCP in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "junai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "junai-mcp"
      ],
      "env": {
        "PIPELINE_STATE_PATH": "<PIPELINE_STATE_PATH>",
        "JUNAI_WORKSPACE_ROOT": "<JUNAI_WORKSPACE_ROOT>"
      }
    }
  }
}

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

junai Pipeline MCP in other clients