{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "fr.humanmirror/nexus",
  "title": "HumanMirror Nexus",
  "description": "Meter and route HumanMirror tools, with Magnet fallback for missing agent capabilities.",
  "version": "1.2.0",
  "websiteUrl": "https://humanmirror.fr/nexus/",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://humanmirror.fr/api/nexus/mcp/",
      "headers": [
        {
          "name": "Authorization",
          "description": "HumanMirror Nexus API key. Use: Bearer hm_nexus_…",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ]
}