First public release of portfolio-mcp: a read-only, stateless Model Context Protocol server that lets any AI agent query Saagar's writing, projects, and OPERANT benchmark results directly.
- Live (Layer 1): stateless Cloudflare Worker at https://mcp.saagarpatel.dev/mcp (streamable HTTP). Zero runtime fetches — the corpus is baked into the bundle.
- Local (Layer 2): same server over stdio.
- 6 read-only tools: search (BM25), get_document, list_corpus, get_profile, list_projects, get_operant_results.
- Resources + 2 prompts: introduce_saagar, summarize_writing_on.
- No auth, no tracking, no database, no caller-controlled egress. MIT licensed.