Skip to main content
Glama

Jenkins MCP Tool

cursor-mcp-config.jsonโ€ข774 B
{ "mcpServers": { "jenkins": { "command": "docker", "args": [ "run", "--rm", "-i", "-v", "/path/to/your/config.yaml:/app/config.yaml", "-v", "/path/to/your/scenarios.yaml:/app/scenarios.yaml", "-e", "PROD_BLSM_JENKINS_TOKEN=${PROD_BLSM_JENKINS_TOKEN}", "-e", "SHLAB_JENKINS_TOKEN=${SHLAB_JENKINS_TOKEN}", "docker.io/mpan083/jenkins-mcp" ], "env": { "PROD_BLSM_JENKINS_TOKEN": "your-production-jenkins-token", "SHLAB_JENKINS_TOKEN": "your-shlab-jenkins-token" } } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xhuaustc/jenkins-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server