ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Golioth with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage IoT devices and projects via Golioth. list projects, register hardware, and control LightDB state directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 7 capabilities

The complete Golioth capability set.

These are the exact actions your AI can choose when you ask it to work with Golioth.

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 7 available through Golioth.

  1. 01

    Get lightdb state

    Get LightDB State for a device

  2. 02

    List devices

    List devices in a Golioth project

  3. 03

    List projects

    List Golioth projects

  4. 04

    Register device

    Register a new device in a Golioth project

Capability set02 / 02

05-07

3 capabilities in this set.

Part of 7 available through Golioth.

  1. 05

    Remove device

    Remove a device from a Golioth project

  2. 06

    Set lightdb state

    Set LightDB State for a device

  3. 07

    Create project

    Create a new Golioth project

Observed, not estimated

822ms average. Fast in production.

Golioth is checked daily against the live service.

Daily averagePeak 1214ms
Aug 20Today
Fastest day
693ms
Slowest day
1214ms
14-day trend
Slowing+12%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 7 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Golioth, so you can see the experience inside your AI.

It does not authenticate your account with Golioth. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Golioth Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_wYHRxDIii2rfGW0NRhCGA52xXLzwPnzMTVaGj6Ve/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Golioth capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "golioth-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_wYHRxDIii2rfGW0NRhCGA52xXLzwPnzMTVaGj6Ve/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Golioth owners ask.

  • 01

    How can I read the current sensor data from a specific device?

    Use the get_lightdb_state capability by providing the Project ID, Device ID, and the specific path (e.g., 'sensor/temp'). The agent will return the current value stored in Golioth's LightDB.

  • 02

    Can I register a new device to my project using the AI?

    Yes! Use the register_device action. You just need to provide the Project ID and a name for the new device. The agent will handle the registration and return the device details.

  • 03

    Is it possible to update device configurations remotely?

    Absolutely. Use the set_lightdb_state capability to write JSON data to any path on the device. This is perfect for updating thresholds, toggling states, or sending commands to your hardware.