devops-infra MCP Server
An MCP server for interacting with a Jenkins server. Allows you to trigger jobs, check build statuses, and manage your Jenkins instance through MCP.
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx @ashwinighuge/jenkins-mcp-server
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-ashwinighuge-jenkins-mcp-server": {
"command": "npx",
"args": [
"@ashwinighuge/jenkins-mcp-server"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
TTL