← Back to Plugins
MCP Server MCP

Kilo IoT Platform

github By github 👁 2 views ▲ 0 votes

The IoT platform where AI controls real-world devices: read, provision, automate and command.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp-auth.kiloiot.io/mcp"
    },
    {
      "type": "streamable-http",
      "url": "https://mcp-auth.kiloiot.io/o/{organizationId}/mcp",
      "variables": {
        "organizationId": {
          "description": "Pin the connection to one organization instead of following the one selected in the Kilo web app. Find the ID in the web app; you must be a member of it.",
          "isRequired": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...