Developer tools for the terminal, AI, and cloud infrastructure.
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.
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.
| 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 |
yaw.sh -- Token Limit News (weekly AI tooling newsletter) -- LinkedIn -- Reddit