
Making My Portfolio Agent-Readable: From Files to an Interface Agents Can Act On
I stopped publishing files for agents to discover and built an interface they can act on: markdown mirrors, an A2A agent card, and verifiable skills.
Tag
8 articles tagged with "mcp"

I stopped publishing files for agents to discover and built an interface they can act on: markdown mirrors, an A2A agent card, and verifiable skills.

I built a terminal AI agent from scratch to demystify the magic: the ReAct loop, safe tool execution, and what context management actually takes.

My MCP server for the AT Protocol: zero-config public reads of Bluesky data, authenticated writes when you need them.

Most MCP servers run with full system access. I dig into Wassette, Microsoft's WebAssembly runtime that sandboxes AI tools behind capability grants.

How I taught Claude to explore the Fediverse: an MCP server that discovers actors, fetches timelines, and queries Mastodon-compatible instances.

I built openzim-mcp so AI assistants can search Wikipedia with zero connectivity — ZIM archives pack an entire encyclopedia into one indexed file.

Why I wired a 1991 protocol into modern AI: gopher-mcp gives assistants the small internet's text-first content with almost no protocol overhead.

What I learned building production MCP servers in Python: the architecture, caching, and security patterns shared by gopher-mcp and openzim-mcp.