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
{
"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