About Me MCP Server
A small MCP server for exposing my portfolio data in a format AI coding tools can query cleanly.
Claude Code
Run in your terminal:
claude mcp add mark-rood --transport http https://roodmp-github-io.vercel.app/mcp
Codex
Add to ~/.codex/config.toml
[mcp_servers.mark-rood]
url = "https://roodmp-github-io.vercel.app/mcp"
OpenCode
Add to opencode.json
{
"mcp": {
"mark-rood": {
"type": "remote",
"url": "https://roodmp-github-io.vercel.app/mcp"
}
}
}
Available Tools
get_bio
Bio, summary, location, and contact info
get_skills
Skills organized by category
get_experience
Work history, education, and recognitions. Optional company filter.
list_projects
Projects with optional status, type, and search filters
get_resources
Tools and resources by category
ask_mark
Open-ended questions with full portfolio context
evaluate_fit
Match a job description against skills and experience
Available Resources
portfolio://resume
Full resume in markdown — bio, skills, work experience, education, and recognitions
portfolio://projects
All projects grouped by status with IDs, tags, descriptions, and links