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

tool-server:mcp-prometheus

Structured · live

Prometheus MCP Server json

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

File · extensions/tool-servers/mcp-monitoring.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-prometheus",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-monitoring.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Prometheus MCP Server",
    "description": "MCP server providing access to Prometheus metrics.\nEnables AI agents to translate natural language into PromQL queries,\nexecute them against Prometheus, and analyze time-series metric data.\n",
    "protocol": "mcp",
    "category": "monitoring",
    "repoUrl": "https://github.com/pab1it0/prometheus-mcp-server",
    "maintainer": "Community",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-prometheus",
      "to": "tool:prometheus",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-prometheus",
      "to": "stack-part:metrics",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-prometheus",
      "to": "stack-part:time-series-database",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-prometheus",
      "to": "domain:observability",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-prometheus",
      "to": "domain:devops",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}