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
{
"version": "2.0.0",
"tasks": [
{
"label": "Run Jenkins MCP Server",
"type": "shell",
"command": "jenkins-mcp-server --verbose",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "Update dependencies",
"type": "shell",
"command": "uv pip install -e .",
"problemMatcher": []
},
{
"label": "Install with UVX",
"type": "shell",
"command": "pip install uv && uvx install .",
"problemMatcher": []
}
]
}