II.
ToolServer JSON
Structured · livetool-server:mcp-maven
Maven MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-maven",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-remaining.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Maven MCP Server",
"description": "MCP server providing Apache Maven build management capabilities.\nEnables AI agents to run Maven lifecycle phases, resolve dependencies,\ninspect POM configurations, and manage Java project builds.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/nickvdyck/maven-mcp-server",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-maven",
"to": "tool:maven",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-maven",
"to": "domain:backend",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-maven",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}