Posts tagged #claude
How I Build MCP Servers for Client Projects
A practical breakdown of how I scope, build, and deliver custom MCP servers for freelance clients — from first call to production handoff.
Claude Structured Output JSON Schema: Complete Guide
A complete guide to Claude structured output with JSON Schema, including output_config.format, schema design, practical examples, and when to use strict tool use instead.
MCP Server Tutorial: TypeScript Starter Template
A step-by-step MCP server tutorial for TypeScript, including a starter template, project structure, tool registration, and local Claude Code setup.
Claude Code Hooks Examples: Automate Linting, Tests, and Deploys
Complete Claude Code hooks examples for automating linting, tests, notifications, and deployment guardrails with project-scoped settings.
Structured Output with Claude API: Beyond Chat Completions
A practical guide to Claude API structured outputs using JSON Schema, when to use them instead of plain chat completions, and how they simplify production AI pipelines.
How to Connect Claude Code to Your Database with MCP
A practical guide to connecting Claude Code to a database through MCP, choosing safe query surfaces, and avoiding the mistakes that make database tools risky.
Building a Claude Code Hook System for Automated Code Review
A practical guide to using Claude Code hooks to automate code review checks, format enforcement, and project guardrails without relying on prompt luck.
How I Use Claude Code on Client Projects Without Making a Mess
A practical workflow for using Claude Code on client work while keeping changes reviewable, context clean, and automation useful instead of chaotic.
How to Pick the Right MCP Tools for a Real Project
A practical way to choose which MCP tools to build first, avoid noisy integrations, and focus on workflows that actually save time in real projects.
AI Memory Management: Why Your Claude Code Sessions Need Memory Forge
A practical guide to managing Claude Code session memory, pruning stale context, and turning project memory into something you can actually maintain.
Building Your First MCP Server for Claude Code
Learn how to build a simple MCP server for Claude Code with TypeScript, register your first tool, and connect it locally with stdio.