MCP was not clicking for me, so the best way to learn was to build a thing with it. I have a plethora of notes everywhere and now I have a machine that drops rough ideas into my publishing backlog.
MCP is basicly an api for AI that tells agents how it's supposed to be used.
What agents do
Assistants can fill out ideas for backlog. Humans should still do the writing that isn't, for example, tech specs.
The problem
I need tech notes that are accessible for the tools that do the implementation. Publishing is a bonus that comes with minimal extra effort. I can go for a walk and talk with an AI and then ask it to post the summarized convo to my ideas.
10k view
Two routes to idea backlog:
-
Lane A: assistants → suggest and organize → site MCP (
ktcom-ideas) → backlog - Lane B: author → review / edit / promote → backlog
- Idea backlog → promote to draft → write in markdownx → publish (human)
What the MCP actually exposes
The MCP-endpoint is auth protected. Tools under the hood:
-
create_article_idea/update_article_idea/list_article_ideas— backlog capture (title, notes→lead, optional text→body, tags, priority) -
promote_article_idea— turn an idea into a dashboard draft (idempotent if already promoted) -
list_draft_articles/get_draft_article/update_draft_article— read and patch drafts and scheduled posts (statusdraft|scheduled) -
get_article_authoring_guidelines— field limits, promote mapping, Markdown conventions
who does what
- Human — review, edit, promote, write, publish
- ideator bot — problem, shape, tradeoffs, outline, patch small corrections
Handoff rules
Rough idea → create_article_idea (or update) → optional promote_article_idea → human writes and edits in the dashboard.
Is it in use?
Real examples already sitting as published items or drafts on the site:
- Postgres + files → Cloudflare R2 backup you can restore on free tier
- Garmin FIT multisport-trailer vs solo classifier
- App factory scaffolding on Cloudflare free tier
Tradeoffs
More moving parts (assistants, MCP, backlog, dashboard) vs a simple todo. Probably useful to only me, since this is an accentric niche blog.
Top comments (0)