MCP.so
Sign In
Servers

MCP Jenkins

@lanbaoshen

The Model Context Protocol (MCP) is an open-source implementation that bridges Jenkins with AI language models following Anthropic's MCP specification. This project enables secure, contextual AI interactions with Jenkins tools while maintaining data privacy and security.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-jenkins": {
      "command": "uvx",
      "args": [
        "mcp-jenkins",
        "--transport",
        "streamable-http"
      ]
    }
  }
}

More from Other