Hello

Welcome to my collection of projects and thoughts.

first-mcp

What is it? first-mcp is a Python package that runs as a local Model Context Protocol (MCP) server โ€” a structured way for AI assistants like Claude Desktop to call external tools. It gives Claude a persistent memory, a managed file workspace, weather lookups, a Bible verse retriever, and a handful of utility tools, all running on your own machine. MCP is the protocol Anthropic introduced so that AI clients can discover and call tools defined by third-party servers. first-mcp implements that protocol using the FastMCP framework and exposes roughly 32 tools to the connected AI client. ...

April 28, 2026

Markdown Teleprompter

A minimal, browser-based teleprompter for reading Markdown documents โ€” built in a single conversation with Claude. Open the Teleprompter โ†’ Origin This started as a practical problem. I was working with Claude Sonnet 4.6 (in Adaptive Thinking Mode) on a text I was about to present, and asked how I could display a Markdown file in a way that would make it easier to read aloud. Claude responded by building this app on the spot. ...

April 27, 2026