This MCP server provides AI assistants with detailed access to my background, CV, and project portfolio.
Primarily designed for personal use, it allows me to easily share my work experience and skills with AI tools in VS Code, Claude Desktop, and other MCP-compatible clients.
The "server" is served from a Macbook Air via a Cloudflared tunnel. If you experience any issues it's probably because my kids are playing Minecraft - there is no hope of remediation.
get_full_cv - Retrieve complete CV/resume with work experience, education, and skills.get_project_list - List all available projects with descriptions, status, and key technologies.get_project_info - Get detailed information about a specific project.{
"servers": {
"tim_mcp": {
"url": "https://hjhero.com/mcp",
"type": "https",
"headers": {
"Authorization": "Bearer "
}
}
},
"inputs": []
}
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"tim_mcp": {
"url": "https://hjhero.com/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer "
}
}
}
Once configured, you can ask your AI assistant questions like:
Server not connecting?
https://hjhero.com/mcpstreamable-http as the transport typeTools not appearing?