Cameron Rye Portfolio MCP Server
dev.rye/portfolioCameron Rye's blog, projects, resume, and live site stats, plus contact and newsletter tools.
Tools · 12
Return up to N most recent published blog posts.
Case-insensitive substring match across title, description, and tags. Returns up to 10 matches.
Semantic (vector similarity) search across blog posts and projects — the same Cloudflare Vectorize retrieval the Ask chatbot uses, without the LLM call. Broader than search_posts (which only does exac…
Return the full markdown body and frontmatter of a post by slug.
Return all portfolio projects with their slug, title, and short description.
Return the full markdown body and frontmatter of a project by slug.
Return a short bio about Cameron Rye, the portfolio owner.
Return what Cameron is currently working on, learning, building, reading, and up to in life — the live /now page sections.
Return Cameron's reading list — books currently reading, finished, or abandoned, with notes. Filter by status if given.
Return live, PII-free operational stats for rye.dev: recent Core Web Vitals p75s, 30-day pageviews, trailing-30d uptime %, top-reacted pages, and the last deploy. Same data the homepage pulse strip sh…
Send Cameron a message through the site contact form. Subject to the same validation and per-IP rate limits as the contact form itself.
Subscribe an email address to the newsletter. Sends a confirmation email; the subscription only becomes active once confirmed. Same validation and per-IP rate limits as the signup form.
Resources · 9
Site overview and entry points for agents.
https://rye.dev/index.md
Bio and background.
https://rye.dev/about.md
Current focus — the /now page.
https://rye.dev/now.md
Hardware, software, and tools in use.
https://rye.dev/uses.md
How this site is built and run.
https://rye.dev/colophon.md
Reading list with notes.
https://rye.dev/reading.md
Work history and skills.
https://rye.dev/resume.md
Sites and feeds worth following.
https://rye.dev/blogroll.md
Interactive MCP Apps UI for get_pulse: renders live Core Web Vitals, pageviews, uptime, and top reactions.
ui://pulse/dashboard
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"cameron_rye_portfolio_mcp_server": {
"url": "https://rye.dev/mcp",
"transport": "streamable-http"
}
}
}