II.
ToolServer JSON
Structured · livetool-server:mcp-gradle
Gradle MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-gradle",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-remaining.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Gradle MCP Server",
"description": "MCP server exposing Gradle build automation capabilities to AI agents.\nSupports executing tasks, listing available tasks, inspecting build\nconfigurations, and managing dependencies in Gradle-based JVM projects.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/IlyaGulya/gradle-mcp-server",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-gradle",
"to": "tool:gradle",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-gradle",
"to": "domain:backend",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-gradle",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}