Skip to content
Claude Desktop

AIS Gateway — the campus front desk for AIS MCP buildings for Claude Desktop

ai.aislabs/gateway

Front desk for the AIS MCP campus: lists our buildings (CVE, Flight Recorder), prices, how to pay

client:Claude Desktop transport:streamable-http tools:3

Install AIS Gateway — the campus front desk for AIS MCP buildings in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "gateway": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.aislabs.ai/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

AIS Gateway — the campus front desk for AIS MCP buildings in other clients