Skip to content
Zed

junai Pipeline MCP for Zed

io.github.saajunaid/junai-mcp

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

client:Zed transport:stdio runtime:pypi

Install junai Pipeline MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

junai Pipeline MCP in other clients