Mcp Jenkins

33 tools. 6 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

6 can modify or destroy data
27 read-only
33 tools total

Community server · catalogue entry verified 27/06/2026

How to control Mcp Jenkins ↓

What Mcp Jenkins exposes to your agents

Read (27) Write / Execute (5) Destructive / Financial (1)
Critical Risk

The most dangerous Mcp Jenkins tools

6 of Mcp Jenkins's 33 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Mcp Jenkins

PolicyLayer is an MCP gateway — it sits between your AI agents and Mcp Jenkins, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "cancel_queue_item": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "set_item_config": {
    "limits": [
      {
        "counter": "set_item_config_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "get_all_build_artifacts": {
    "limits": [
      {
        "counter": "get_all_build_artifacts_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Mcp Jenkins — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON MCP JENKINS →

Instant setup, no code required.

All 33 Mcp Jenkins tools

READ 27 tools
Read get_all_build_artifacts List the artifacts of a specific build in Jenkins Read get_all_items Get all items from Jenkins Read get_all_nodes Get all nodes from Jenkins Read get_all_plugins Get all installed plugins from Jenkins Read get_all_queue_items Get all items in Jenkins queue Read get_all_views Get all top-level views from Jenkins. Read get_build Get specific build info from Jenkins Read get_build_artifact get_build_artifact Read get_build_artifact_url get_build_artifact_url Read get_build_console_output get_build_console_output Read get_build_parameters Get the parameters of a specific build in Jenkins Read get_build_scripts Get the scripts used in a specific build in Jenkins Read get_build_test_report Get the test report of a specific build in Jenkins Read get_item Get specific item from Jenkins Read get_item_config Get specific item config from Jenkins Read get_item_parameters Get the parameter definitions of a Jenkins job Read get_node Get a specific node from Jenkins Read get_node_config Get node config from Jenkins Read get_plugin get_plugin Read get_plugin_dependency_graph get_plugin_dependency_graph Read get_plugins_with_backup Get plugins that can be downgraded Read get_plugins_with_problems Get all plugins with problems from Jenkins Read get_plugins_with_updates Get plugins that have available updates Read get_queue_item Get a specific item in Jenkins queue by id Read get_running_builds Get all running builds from Jenkins Read get_view get_view Read query_items query_items

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Mcp Jenkins

Can an AI agent delete data through the Mcp Jenkins MCP server? +

Yes. The Mcp Jenkins server exposes 1 destructive tools including cancel_queue_item. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Mcp Jenkins? +

The Mcp Jenkins server has 2 write tools including set_item_config, set_node_config. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Mcp Jenkins.

How many tools does the Mcp Jenkins MCP server expose? +

33 tools across 4 categories: Destructive, Execute, Read, Write. 27 are read-only. 6 can modify, create, or delete data.

How do I enforce a policy on Mcp Jenkins? +

Register the Mcp Jenkins MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Mcp Jenkins tool call.

Deterministic rules across all 33 Mcp Jenkins tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

33 Mcp Jenkins tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.