# Datum MCP

Quickly and safely expose local environments to the internet, for free.

Datum's official [MCP server](https://github.com/datum-cloud/datum-mcp) helps builders connect AI tools to their Datum projects with a rapidly evolving open standard. Datum MCP gives AI tools secure access to your Datum resources so you can understand their current state, suggest and implement changes, and diagnose common configuration issues.

  
  From the command line, this will install Datum MCP on your system:

  ```bash
  curl -fsSL https://github.com/datum-cloud/datum-mcp/releases/latest/download/install.sh | sh
  ```
  

  
  The [latest release](https://github.com/datum-cloud/datum-mcp/releases/latest) is available at [GitHub](https://github.com/datum-cloud/datum-mcp/releases/latest). Binaries are available for Linux, MacOS and Windows on x86 and arm64 versions.

  Add this to your AI client config to run the server via stdio.

  ```json
  {
    "datum-mcp": {
      "command": "datum-mcp",
      "args": []
    }
  }
  ```
  

  
  To add the Datum MCP to Cursor, this one-click command will suffice:  [Add to Cursor](https://cursor.com/en-US/install-mcp?name=datum-mcp&config=eyJ0eXBlIjoic3RkaW8iLCJlbnYiOnt9LCJjb21tYW5kIjoiL3Vzci9sb2NhbC9iaW4vZGF0dW0tbWNwICJ9)

---

Source: <https://www.datum.net/download/datum-mcp/>
