Skip to content

jayozer/mcp_jozer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MCP jozer

Personal information MCP server providing professional profile, work history, and contact details through 14 standardized tools.

Quick Install

View on FastMCP

Add MCP Server mcp_jayozer to LM Studio

Manual Installation

Standard config works in most MCP clients:

{
  "mcpServers": {
    "mcp_jayozer": {
      "type": "http",
      "url": "https://jayozer.fastmcp.app/mcp"
    }
  }
}
VS Code

Click the button or use CLI:

code --add-mcp '{\"name\":\"mcp_jayozer\",\"type\":\"http\",\"url\":\"https://jayozer.fastmcp.app/mcp\"}'

Install guide

Cursor

Cursor SettingsMCPAdd new MCP Server → Use standard config above.

Claude Desktop

MCP install guide → Use standard config above.

LM Studio

ProgramInstallEdit mcp.json → Use standard config above.

Available Tools

Tool Description
get_name Full name
get_bio Biography (array or string format)
get_location Current location
get_current_role Current job information
get_work_history Work history (optional company filter)
get_skills Professional skills by category
get_education Education background
get_projects Project portfolio
get_contact_info Contact information
get_social_links Social media links
get_cv_link CV download link
get_cv_info CV metadata
get_all_info Comprehensive overview
get_music_taste Music preferences

Customization (For Forks)

  1. Clone and edit src/data.py with your information
  2. Install dependencies: uv sync
  3. Run locally: uv run fastmcp run src/server.py:mcp
  4. Deploy to FastMCP Cloud

Privacy Note

This server exposes professional information already available on LinkedIn and GitHub. No direct contact methods (email/phone) are included. For private inquiries, please use LinkedIn or the contact form on dataacrobat.com.

Built with FastMCP

About

A completely useless MCP to anyone else but me, deployed with Fast MCP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages