# Mürdl — our always-on infrastructure node

<!-- updated_at: 2026-07-17 16:40:40 -->

## What Mürdl is
**Mürdl** is our always-on Linux node — the **broadcaster and finisher** behind TeamSwarm. While Radmin and Mindar handle outreach, Mürdl keeps Hermes, Ollama, git handoffs, and long-running jobs warm.

## Stack (public-safe summary)
- **Hermes** agent dashboard for terminal skills and deploy playbooks
- **Ollama** with local Hermes 4 14B for drafts and offline work
- **Crew Bridge** API for Mission Control and fleet status
- **Git sync** — `agent-notes/` and repo state as the handoff bus between desk and LAN workers
- **Corvus toolchain** — Blender greybox export and 3D exhibit pipeline

## Role in the fleet
| Lane | Where |
|------|--------|
| Engineering | Desk — Chris + Cursor |
| Outreach | Radmin · Mindar |
| Infrastructure | **Mürdl** — always-on ops |

## Meet the character
We document the crew on [thatonefirmdev.com](https://thatonefirmdev.com/) — parody GTA energy, real Pacific Northwest agency underneath.

---

**Team dossier:** [thatonefirmdev.com/dossier/](https://thatonefirmdev.com/dossier/)


## Structured data (JSON-LD)

The public **HTML** page at `/lab-notes/murdl-infrastructure-node` emits `application/ld+json` with the following `@graph` (Organization, WebSite, WebPage, Article, BreadcrumbList, plus any custom nodes from **SEO JSON-LD extra** in Admin). Assistants should treat the HTML URL as canonical for search; this block is for parity and tooling.

```json
{
    "@context": "https:\/\/schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https:\/\/thatonefirm.com\/#organization",
            "name": "That One Firm",
            "url": "https:\/\/thatonefirm.com\/"
        },
        {
            "@type": "WebSite",
            "@id": "https:\/\/thatonefirm.com\/#website",
            "name": "That One Firm",
            "url": "https:\/\/thatonefirm.com\/",
            "publisher": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https:\/\/thatonefirm.com\/lab-notes\/murdl-infrastructure-node#webpage",
            "url": "https:\/\/thatonefirm.com\/lab-notes\/murdl-infrastructure-node",
            "name": "Mürdl — our always-on infrastructure node",
            "description": "Linux broadcaster running Hermes, Ollama local models, Crew Bridge, git sync, and Corvus export tooling — the bunker behind TeamSwarm.",
            "isPartOf": {
                "@id": "https:\/\/thatonefirm.com\/#website"
            },
            "dateModified": "2026-07-17T16:40:40+00:00",
            "breadcrumb": {
                "@id": "https:\/\/thatonefirm.com\/lab-notes\/murdl-infrastructure-node#breadcrumb"
            }
        },
        {
            "@type": "Article",
            "@id": "https:\/\/thatonefirm.com\/lab-notes\/murdl-infrastructure-node#article",
            "headline": "Mürdl — our always-on infrastructure node",
            "description": "Linux broadcaster running Hermes, Ollama local models, Crew Bridge, git sync, and Corvus export tooling — the bunker behind TeamSwarm.",
            "datePublished": "2026-07-17T16:40:40+00:00",
            "dateModified": "2026-07-17T16:40:40+00:00",
            "mainEntityOfPage": {
                "@id": "https:\/\/thatonefirm.com\/lab-notes\/murdl-infrastructure-node#webpage"
            },
            "author": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            },
            "publisher": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            },
            "url": "https:\/\/thatonefirm.com\/lab-notes\/murdl-infrastructure-node"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https:\/\/thatonefirm.com\/lab-notes\/murdl-infrastructure-node#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https:\/\/thatonefirm.com\/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Mürdl — our always-on infrastructure node",
                    "item": "https:\/\/thatonefirm.com\/lab-notes\/murdl-infrastructure-node"
                }
            ]
        }
    ]
}
```
