II.
ToolServer JSON
Structured · livetool-server:mcp-jenkins
Jenkins MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-jenkins",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-build-ci-tools.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Jenkins MCP Server",
"description": "MCP server providing access to Jenkins CI automation server.\nEnables AI agents to list and trigger builds, retrieve build logs,\nmanage job configurations, and inspect pipeline stages.\n",
"protocol": "mcp",
"category": "ci",
"repoUrl": "https://github.com/jenkinsci/jenkins-mcp-server",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-jenkins",
"to": "tool:jenkins",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-jenkins",
"to": "domain:devops",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-jenkins",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}