Ombulabs iconOmbulabsAug 19, 2026 ~1 min source read

A Blog MCP Server with FastMCP and pgvector

In my previous post, AI Assistant for Our Blog Writing Process, I introduced the assistant we built to help with our blog writing. We'll go through the ingestion pipeline that gets our posts into a database, the embeddings that make the corpus searchable by meaning, the MCP server that exposes all of it, and the plugin that packages the workflows on top.

A Blog MCP Server with FastMCP and pgvector

Share this story

Send the public story page.

Useful takeaways from this story.

In my previous post, AI Assistant for Our Blog Writing Process, I introduced the assistant we built to help with our blog writing.

We'll go through the ingestion pipeline that gets our posts into a database, the embeddings that make the corpus searchable by meaning, the MCP server that exposes all of it, and the plugin that packages...

It has two pieces: an MCP (Model Context Protocol) server that holds the source of truth for our two blogs, and a Claude Code plugin that turns that information into workflows for suggesting topics,...

Building the complete brief

The page is ready to read now. The fuller skim-friendly version will appear here automatically.

The useful part

In my previous post, AI Assistant for Our Blog Writing Process, I introduced the assistant we built to help with our blog writing. We'll go through the ingestion pipeline that gets our posts into a database, the embeddings that make the corpus searchable by meaning, the MCP server that exposes all of it, and the plugin that packages the workflows on top. It has two pieces: an MCP (Model Context Protocol) server that holds the source of truth for our two blogs, and a Claude Code plugin that turns that information into workflows for suggesting topics, planning a post, drafting it and reviewing it.

How it works

  • It has two pieces: an MCP (Model Context Protocol) server that holds the source of truth for our two blogs, and a Claude Code plugin that turns that information into workflows for suggesting topics,...

Keep reading in the app

Open the app view to save this story, compare related coverage, and continue from the same source.

Open in app