@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix aa: <https://agentaccess.dk/ontology#> .

<https://agentaccess.dk/enablers/supergateway> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Supergateway"@en ;
  schema:headline "Proxy stdio MCP servers over SSE & WebSockets for remote AI agents"@en ;
  schema:description "Supergateway bridges local stdio-based Model Context Protocol servers to Server-Sent Events (SSE) and WebSockets for remote cloud agents."@en ;
  dcterms:description "Most open-source MCP servers are built for local stdio communication. Supergateway acts as a lightweight proxy, allowing developers to expose stdio MCP tools over HTTP/SSE endpoints, enabling remote cloud agents, Docker containers, and web clients to call them seamlessly."@en ;
  schema:url <https://github.com/supercorp-ai/supergateway> ;
  schema:codeRepository <https://github.com/supercorp-ai/supergateway> ;
  aa:enablerCategory "mcp-builders" ;
  aa:pricingModel "Open Source" ;
  aa:featured false ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "mcp" ;
  dcat:keyword "sse" ;
  dcat:keyword "websockets" ;
  dcat:keyword "proxy" ;
  dcat:keyword "docker" ;
  dcat:keyword "networking" ;
  dcat:keyword "open-source" ;
  schema:featureList "Translates stdio MCP servers to SSE and WebSocket streams"@en ;
  schema:featureList "Enables Dockerized MCP servers to communicate with host clients"@en ;
  schema:featureList "Bidirectional bridging (stdio <-> network)"@en ;
  schema:featureList "Zero-install execution via npx"@en ;
  schema:isAccessibleForFree true .
