AI Lab

Experimental AI tools — MCP servers, agents, and utilities I'm building.

MCP ServerLive

Custom MCP Server

An MCP server that exposes custom tools to Claude Desktop, enabling AI-assisted workflows directly in the IDE.

MCPClaude APINode.js
AI AgentWIP

Document Q&A Agent

Agentic RAG pipeline that ingests PDFs and documents, then answers questions with cited sources using Claude.

RAGClaude APIEmbeddingsLangChain
AI AgentLive

Browser Automation Agent

A headless browser agent controlled via natural language. Uses Claude tool calls to navigate, click, and extract web data.

PlaywrightClaude APITool Use
ToolLive

AI Git Commit Tool

A git hook tool that generates semantic commit messages from staged diffs using Claude, following conventional commits format.

Claude APIGit HooksNode.js
MCP ServerWIP

Notion MCP Server

Connects Claude Desktop to Notion workspaces via MCP, allowing agents to read, create, and update pages as tools.

MCPNotion APIClaude Desktop
ToolLive

Prompt Optimizer CLI

A CLI tool that analyzes and rewrites prompts for better LLM performance using meta-prompting techniques.

Claude APICLIMeta-prompting