iiRecord
Agentic AI Atlas · Winston MCP Server
tool-server:mcp-winstona5c.ai
II.
ToolServer JSON

tool-server:mcp-winston

Structured · live

Winston MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-libraries.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-winston",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-libraries.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Winston MCP Server",
    "description": "MCP server that exposes Winston log streams; allows AI agents to\nread, filter, and search application logs written with Winston.\n",
    "protocol": "mcp",
    "category": "observability",
    "repoUrl": "https://github.com/hyperdrive-eng/mcp-nodejs-debugger",
    "maintainer": "Community",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-winston",
      "to": "library:winston",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-winston",
      "to": "domain:observability",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}