Skip to content
Cline

junai Pipeline MCP for Cline

io.github.saajunaid/junai-mcp

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

client:Cline transport:stdio runtime:pypi

Install junai Pipeline MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

junai Pipeline MCP in other clients