Personal MCP Server, Live Content for AI Assistants

Creator · 2026 · 3 min read

A remote Model Context Protocol server that gathers my thoughts, projects, and writing in one place, so when people ask an AI to 'behave like Donnie' the answer comes from my actual content, almost like asking me directly without scheduling time with me.

Overview

mcp.damato.design is a Model Context Protocol (MCP) server that turns the damato.design ecosystem (expertise, projects, media, blog, and design system docs) into structured, queryable resources for AI clients. Building it was also how I taught myself to create an MCP server.

Problem

People increasingly ask LLMs to 'behave like Donnie,' but the model answers from whatever it happened to train on, which is often outdated, incomplete, or simply invented. I wanted a single place holding my thoughts, projects, and writing, so an AI can respond as accurately as if you had asked me directly, without scheduling time with me.

Constraints

Approach

I built a remote HTTP MCP server that dynamically pulls each subdomain's llms.txt and exposes its entries as MCP resources under a {subdomain}://{category}/{slug} URI scheme. Clients connect over a single URL via mcp-remote, the server caches fetched content for performance, and it publishes a standard server card for discovery.

Key Decisions

Tech Stack

Result & Impact

AI assistants can now answer questions about my work and design systems thinking from my actual, current content, and the same llms.txt sources power both the websites and the server, so there is nothing extra to keep in sync.

Learnings

The honest reason it exists: people kept asking AIs to act like me, and I wanted those answers to come from something real. Building it also taught me how an MCP server actually works.

In practice, resources read like donnie://projects/miseenmode or blog://posts/truly-semantic, and an ask-damato prompt lets a client ask for my answer specifically when several servers are connected. Point any MCP client at https://mcp.damato.design/ to connect, though it is paused for now to keep hosting costs down.