Odel
junai Pipeline MCP

junai Pipeline MCP

Local
@saajunaidPythonUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIjunai-mcpv0.1.1

Run

uvx junai-mcp

MCP client config

{
  "mcpServers": {
    "junai-pipeline-mcp": {
      "command": "uvx",
      "args": [
        "junai-mcp"
      ]
    }
  }
}