Skip to main content
Glama
run.client446 B
#!/bin/sh CONTAINER_NAME=mcp_jenkins_client docker run --rm \ --name=${CONTAINER_NAME} \ --network=host \ -it \ -e JENKINS_URL=${JENKINS_URL} \ -e JENKINS_USER=${JENKINS_USER} \ -e JENKINS_API_TOKEN=${JENKINS_API_TOKEN} \ -e OLLAMA_URL=${OLLAMA_URL} \ -e GOOGLE_AISTUDIO_API_KEY=${GOOGLE_AISTUDIO_API_KEY} \ -e MCP_API_KEY=${MCP_API_KEY} \ --entrypoint /usr/local/bin/python \ mcp_jenkins /app/mcp_jenkins/client.py "$@"

Latest Blog Posts

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/andreimatveyeu/mcp_jenkins'

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