MCP Server
MCP
junai Pipeline MCP
Agentic pipeline orchestration MCP server for AI-driven development workflows.
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
By
Comments
Sign in to leave a comment