mcp/README.mdread-only

This site is an MCP server. Point an agent at it and it can read the posts instead of you scrolling. One tool, posts, three ops. Stateless, no auth, nothing writes.

op=listevery post: slug, title, summary, date, tag, commit hash, url
op=readone post's markdown by slug
op=searchcase-insensitive substring over title, summary and body
claude code
claude mcp add --transport http generalist https://www.generalist.dev/api/mcp
or raw json-rpc
curl -s -X POST https://www.generalist.dev/api/mcp \  -H 'content-type: application/json' \  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",       "params":{"name":"posts","arguments":{"op":"search","query":"mutation"}}}'