{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "dev.maple/maple",
  "title": "Maple",
  "description": "Query Maple traces, logs, metrics, errors, dashboards, and alerts over the Model Context Protocol.",
  "version": "1.0.0",
  "websiteUrl": "https://maple.dev/features/ai-mcp-integration",
  "repository": {
    "url": "https://github.com/MapleTechLabs/maple",
    "source": "github",
    "subfolder": "apps/api"
  },
  "icons": [
    {
      "src": "https://maple.dev/logo192.png",
      "mimeType": "image/png",
      "sizes": [
        "192x192"
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.maple.dev/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "`Bearer <Maple API key>` (`maple_ak_…`, created under Settings → API keys). Omit it to use OAuth instead: the server advertises its authorization server at `/.well-known/oauth-protected-resource/mcp`.",
          "isRequired": false,
          "isSecret": true
        }
      ]
    }
  ]
}
