Skip to content
Zed

CLIO Terrain for Zed

io.github.iowarp/terrain-mcp

MCP server for terrain analysis: DEM slope/aspect/suitability and point-cloud reading/gridding

client:Zed transport:stdio runtime:pypi

Install CLIO Terrain in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "terrain-mcp": {
      "command": "uvx",
      "args": [
        "clio-kit"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

CLIO Terrain in other clients