II.
ToolServer JSON
Structured · livetool-server:mcp-homebrew
Homebrew MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-homebrew",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-package-api.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Homebrew MCP Server",
"description": "MCP server exposing Homebrew package management commands as individual tools\nfor installing, uninstalling, searching, upgrading, and maintaining macOS\ndevelopment environments through direct brew command execution.\nFully MCP spec-compliant (stdio, JSON-RPC 2.0) and designed for Claude Desktop\nand other LLM clients.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/jeannier/homebrew-mcp",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-homebrew",
"to": "tool:homebrew",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-homebrew",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}