Skip to content
Windsurf

junai Pipeline MCP for Windsurf

io.github.saajunaid/junai-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install junai Pipeline MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

junai Pipeline MCP in other clients