-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Description
The Jenkins MCP server (@kud/mcp-jenkins) is currently commented out in the work profile Codex configuration and needs to be tested and fixed for proper integration with Codex CLI.
Current Configuration
Location: profiles/work/config/cli/codex.yml
# jenkins:
# command: npx
# args:
# - --yes
# - "@kud/mcp-jenkins@latest"
# env:
# JENKINS_URL: ${MCP_JENKINS_URL}
# JENKINS_USER: ${MCP_JENKINS_USER}
# JENKINS_API_TOKEN: ${MCP_JENKINS_API_TOKEN}Requirements
- Verify environment variables are properly set:
MCP_JENKINS_URLMCP_JENKINS_USERMCP_JENKINS_API_TOKEN
- Uncomment the Jenkins MCP configuration
- Test Jenkins MCP server connection with Codex CLI
- Verify Jenkins MCP tools are accessible and working
- Document any additional setup requirements
Expected Behavior
The Jenkins MCP server should successfully connect via Codex CLI and provide access to Jenkins tools for:
- Listing jobs
- Viewing build status
- Triggering builds
- Accessing console logs
- Managing artifacts
Related Files
profiles/work/config/cli/codex.yml- Codex configurationprofiles/work/config/cli/opencode.yml- OpenCode configuration (working reference)core/cli/codex.zsh- Configuration script