← Back to Plugins
MCP Server MCP

junai Pipeline MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx junai-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "junai-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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).",
          "format": "string",
          "name": "PIPELINE_STATE_PATH"
        },
        {
          "description": "Explicit workspace root path override. Use if automatic detection (searching upward for .github) does not find the correct root.",
          "format": "string",
          "name": "JUNAI_WORKSPACE_ROOT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...