Skip to content
@YawLabs

Yaw Labs

makers of yaw terminal, yaw mcp & typed

Yaw Labs

Developer tools for the terminal, AI, and cloud infrastructure.


Products

Yaw Terminal -- Cross-platform terminal emulator with built-in AI (9 providers), SSH/database connections (6 types), and a file editor. Free, zero telemetry.

Yaw Mode -- Per-session overlay that layers an opinionated bundle of rules, skills, and agents onto Claude Code without touching your ~/.claude/. Two modes: Augment keeps your own config and adds ours on top; Fresh runs only the bundle. Ships inside Yaw Terminal -- toggle in Settings.

Yaw MCP -- MCP servers, managed locally. One CLI discovers, installs, and runs servers from a public catalog -- no account required. Smart routing, an 88-test compliance grade on every server, and cross-machine bundle sync on Pro.

typed -- An AI CLI with more token volume per dollar and cheaper top-ups for extra usage.


Books

MCP in Production -- The practitioner's guide to building and running Model Context Protocol servers in production. Twelve chapters drawn from shipping fourteen @yawlabs/* servers -- protocol, transport, schema design, auth, error handling, testing, hosting, security, and four case studies. PDF + EPUB. Free with a Token Limit News signup.


Open Source

Project Description Quick Start
oam A JavaScript and TypeScript runtime built in Rust on V8 — strips and runs TypeScript instantly while a tsgo sidecar streams full type diagnostics concurrently, with structured ODIF output agents consume directly. Pre-alpha. curl -fsSL https://oamjs.org/install.sh | sh
mcp One install, all your MCP servers, managed. The orchestrator for Yaw MCP — smart routing, auto-import, health-aware dispatch. npx @yawlabs/mcp install <claude-code|claude-desktop|cursor|vscode>
mcp-compliance Test any MCP server for spec compliance. 88 tests across 8 categories, A-F grading, works against HTTP and stdio. npx @yawlabs/mcp-compliance
ctxlint Lint AI context files (CLAUDE.md, AGENTS.md, .cursorrules) against your codebase. npx @yawlabs/ctxlint
aws-mcp AWS MCP server — fixes the SSO browser-spawn drop, generic CRUD over hundreds of resource types, sits next to AWS Labs' per-service servers. npx @yawlabs/aws-mcp
postgres-mcp Read-only-by-default Postgres MCP server. Query, introspect schemas, explain plans, health checks. Replaces the deprecated reference server. npx @yawlabs/postgres-mcp
redis-mcp Redis MCP server — SCAN-based key exploration, TTL/memory/keyspace introspection, slowlog + INFO health, and a DBA advisor. npx @yawlabs/redis-mcp
tailscale-mcp MCP server for managing Tailscale tailnets. 89 tools covering the full Tailscale v2 API, HuJSON-safe ACLs. npx @yawlabs/tailscale-mcp
fetch-mcp Comprehensive HTTP fetch MCP server with SSRF protection, HTML-to-markdown, reader-mode extraction, and robots.txt awareness. npx @yawlabs/fetch-mcp
ssh-mcp SSH operations with built-in diagnostics for AI assistants. npx @yawlabs/ssh-mcp
npmjs-mcp npm registry intelligence — package info, versions, downloads, security audits. npx @yawlabs/npmjs-mcp
lemonsqueezy-mcp Manage your LemonSqueezy store from AI assistants. Products, variants, subscriptions, webhooks. npx @yawlabs/lemonsqueezy-mcp
electron-mcp Electron.js MCP server — IPC scaffolding, security auditing, build tooling. npx @yawlabs/electron-mcp
caddy-mcp MCP server for managing Caddy web server from AI assistants. npx @yawlabs/caddy-mcp
electron-optimize Drop-in optimization utilities for Electron apps. npm i @yawlabs/electron-optimize
a2a-webhook-security A2A Webhook Security Profile (AWSP) — open spec plus reference implementations in TS, Python, Go, Java, and .NET. Spec + reference impls
lemonsqueezy-webhook-sink Durable webhook sink for LemonSqueezy — HMAC verify, SQLite dedupe, pull-based reconciliation. Docs

Links

yaw.sh -- Token Limit News (weekly AI tooling newsletter) -- LinkedIn -- X

Pinned Loading

  1. mcp-compliance mcp-compliance Public

    CLI + MCP server that tests MCP servers for spec compliance. 88 tests across 8 categories, A-F grading.

    TypeScript 2 1

  2. tailscale-mcp tailscale-mcp Public

    Tailscale MCP server for managing your tailnet from AI assistants

    TypeScript 29 3

  3. aws-mcp aws-mcp Public

    AWS MCP server, streamlines AWS SSO login from inside AI assistants

    TypeScript 5 1

  4. postgres-mcp postgres-mcp Public

    Read-only-by-default MCP server for PostgreSQL. Query, introspect schemas, explain plans, health checks.

    TypeScript 5 1

  5. caddy-mcp caddy-mcp Public

    Caddy admin API MCP server, complete coverage of config, routes, reverse proxies, TLS, PKI, and metrics, ETag-safe

    TypeScript 11 1

  6. oam oam Public

    A Javascript and TypeScript runtime built on Rust and V8, for TypeScript and MCP servers

    Rust 2

Repositories

Showing 10 of 30 repositories
  • npmjs-mcp Public

    npm registry MCP server — package intelligence, security audits, and dependency analysis for AI assistants

    YawLabs/npmjs-mcp's past year of commit activity
    TypeScript 2 MIT 1 0 0 Updated Sep 14, 2026
  • postgres-mcp Public

    Read-only-by-default MCP server for PostgreSQL. Query, introspect schemas, explain plans, health checks.

    YawLabs/postgres-mcp's past year of commit activity
    TypeScript 5 MIT 1 5 0 Updated Sep 14, 2026
  • fetch-mcp Public

    Comprehensive HTTP fetch MCP server with SSRF protection, HTML-to-markdown, and robots.txt awareness

    YawLabs/fetch-mcp's past year of commit activity
    TypeScript 2 MIT 1 1 0 Updated Sep 14, 2026
  • caddy-mcp Public

    Caddy admin API MCP server, complete coverage of config, routes, reverse proxies, TLS, PKI, and metrics, ETag-safe

    YawLabs/caddy-mcp's past year of commit activity
    TypeScript 11 MIT 1 0 0 Updated Sep 14, 2026
  • redis-mcp Public

    Redis MCP server -- SCAN-based key exploration, TTL/memory/keyspace introspection, slowlog + INFO health, and a DBA advisor for AI assistants

    YawLabs/redis-mcp's past year of commit activity
    TypeScript 2 MIT 1 1 0 Updated Sep 14, 2026
  • electron-mcp Public

    Electron.js MCP server — IPC scaffolding, security auditing, build tooling, and development intelligence for AI assistants

    YawLabs/electron-mcp's past year of commit activity
    TypeScript 1 MIT 2 0 0 Updated Sep 14, 2026
  • tailscale-mcp Public

    Tailscale MCP server for managing your tailnet from AI assistants

    YawLabs/tailscale-mcp's past year of commit activity
    TypeScript 29 MIT 3 0 0 Updated Sep 14, 2026
  • mcp-compliance Public

    CLI + MCP server that tests MCP servers for spec compliance. 88 tests across 8 categories, A-F grading.

    YawLabs/mcp-compliance's past year of commit activity
    TypeScript 2 MIT 1 3 1 Updated Sep 14, 2026
  • ctxlint Public

    Lint your AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase

    YawLabs/ctxlint's past year of commit activity
    TypeScript 10 MIT 3 0 0 Updated Sep 14, 2026
  • lemonsqueezy-webhook-sink Public

    Durable webhook sink for LemonSqueezy: HMAC verify, SQLite dedupe, pull-based reconciliation

    YawLabs/lemonsqueezy-webhook-sink's past year of commit activity
    TypeScript 1 MIT 0 0 0 Updated Sep 14, 2026