PluginBench
MCP Server

junai Pipeline MCP MCP Server

io.github.saajunaid/junai-mcp

What is the junai Pipeline MCP MCP server?

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

How to install junai Pipeline MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PIPELINE_STATE_PATH

    Path to pipeline-state.json. Defaults to .github/pipeline-state.json relative to the workspace root (detected by searching upward from the current directory for a .github folder).

  • JUNAI_WORKSPACE_ROOT

    Explicit workspace root path override. Use if automatic detection (searching upward for .github) does not find the correct root.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "junai-mcp": {
      "command": "uvx",
      "args": [
        "junai-mcp"
      ],
      "env": {
        "PIPELINE_STATE_PATH": "<YOUR_PIPELINE_STATE_PATH>",
        "JUNAI_WORKSPACE_ROOT": "<YOUR_JUNAI_WORKSPACE_ROOT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "junai-mcp": {
      "command": "uvx",
      "args": [
        "junai-mcp"
      ],
      "env": {
        "PIPELINE_STATE_PATH": "<YOUR_PIPELINE_STATE_PATH>",
        "JUNAI_WORKSPACE_ROOT": "<YOUR_JUNAI_WORKSPACE_ROOT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "junai-mcp": {
      "command": "uvx",
      "args": [
        "junai-mcp"
      ],
      "env": {
        "PIPELINE_STATE_PATH": "<YOUR_PIPELINE_STATE_PATH>",
        "JUNAI_WORKSPACE_ROOT": "<YOUR_JUNAI_WORKSPACE_ROOT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "junai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "junai-mcp"
      ],
      "env": {
        "PIPELINE_STATE_PATH": "<YOUR_PIPELINE_STATE_PATH>",
        "JUNAI_WORKSPACE_ROOT": "<YOUR_JUNAI_WORKSPACE_ROOT>"
      }
    }
  }
}
Claude Code
claude mcp add junai-mcp --env PIPELINE_STATE_PATH=<YOUR_PIPELINE_STATE_PATH> --env JUNAI_WORKSPACE_ROOT=<YOUR_JUNAI_WORKSPACE_ROOT> -- uvx junai-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →