dev.rye/portfolio
Official11 toolsCameron Rye Portfolio MCP Server
Cameron Rye's blog, projects, resume, and live site stats, plus contact and newsletter tools.
Accesses personal portfolio, blog, resume, site analytics, and contact/newsletter tools.
Captured live from the server via tools/list.
list_posts
Return up to N most recent published blog posts.
Parameters (1)
- limitinteger
search_posts
Case-insensitive substring match across title, description, and tags. Returns up to 10 matches.
Parameters (1)
- querystringrequired
get_post
Return the full markdown body and frontmatter of a post by slug.
Parameters (1)
- slugstringrequired
list_projects
Return all portfolio projects with their slug, title, and short description.
No parameters.
get_project
Return the full markdown body and frontmatter of a project by slug.
Parameters (1)
- slugstringrequired
get_about
Return a short bio about Cameron Rye, the portfolio owner.
No parameters.
get_now
Return what Cameron is currently working on, learning, building, reading, and up to in life — the live /now page sections.
No parameters.
get_reading
Return Cameron's reading list — books currently reading, finished, or abandoned, with notes. Filter by status if given.
Parameters (1)
- statusstring
get_pulse
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 shows.
No parameters.
submit_contact
Send Cameron a message through the site contact form. Subject to the same validation and per-IP rate limits as the contact form itself.
Parameters (4)
- namestringrequired
- emailstringrequired
- subjectstringrequired
- messagestringrequired
subscribe_newsletter
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.
Parameters (2)
- emailstringrequired
- sourcestring
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"portfolio": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://rye.dev/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.