We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/akhilthomas236/jenkins_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•461 B
# Jenkins Server Configuration
# Rename this file to .env to use these settings
# Note: VS Code settings take precedence if configured
# Jenkins server URL
JENKINS_URL=http://your-jenkins-server:8080
# Authentication (choose either username/password or username/token)
JENKINS_USERNAME=your-username
# Option 1: Use password authentication
JENKINS_PASSWORD=your-password
# Option 2: Use API token authentication (recommended)
# JENKINS_TOKEN=your-api-token