ciroh_devcon_2026_workshop

Aquaveo/ciroh_devcon_2026_workshop
★ 0 stars Python 💬 Communication Updated 5d ago
2026 CIROH Workshop for TethysDash and MCP servers
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ciroh_devcon_2026_wo": {
      "command": "uvx",
      "args": [
        "ciroh-devcon-2026-workshop"
      ]
    }
  }
}

Or install with pip: pip install ciroh-devcon-2026-workshop

README Excerpt

This repo provisions a participant VM for the workshop. It brings up: - **TethysDash** (Django + chatbox UI) — `127.0.0.1:8000` - **tethysdash_mcps** (visualization-layer MCP server) — `127.0.0.1:9001` - **devcon_mcp** (workshop's own MCP server — participants edit this) — `127.0.0.1:9003` - **code-server** (browser VS Code, installed on the VM) — `127.0.0.1:8080`

Tools (5)

IMAGE_TAGTETHYSDASH_MCPS_IMAGE_TAGTETHYSDASH_MCPS_REFTETHYSDASH_REFbash