Skip to main content
Glama
gauransh18

personal-mcp

by gauransh18

personal-mcp

A remote MCP server exposing my portfolio data as tools — so any Claude instance can answer questions about me.

Tools

Tool

Description

get_profile

Name, summary, tagline, location, website

get_skills

Tech skills grouped by category

get_experience

Work history with highlights

get_projects

Projects with tech stack and links

get_education

Education background

get_certifications

Certs with verification links

get_contact

Email, GitHub, LinkedIn, Twitter

is_available

Whether I'm open to new opportunities

Related MCP server: whoami-mcp

Connect

Add to Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "gauransh": {
      "url": "https://gauranshsharma.com/mcp/sse"
    }
  }
}

Then ask Claude: "Who is Gauransh and what has he built?"

Run locally

pip install -r requirements.txt
uvicorn server:app --reload

Deploy (Railway)

  1. Push to GitHub

  2. New project on railway.app → Deploy from GitHub

  3. Done — Railway reads railway.toml automatically

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Exposes a public, read-only professional profile with tools to search resume evidence, fetch curated links, and generate career briefs for LLM agents.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Exposes a person's structured professional profile as MCP tools, enabling Claude and other MCP clients to answer questions about that person based on real data.
    3 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Exposes a structured professional resume as a set of AI-queryable tools, enabling AI clients like Claude Desktop to query summary, experience, skills, projects, and tailor resumes to job descriptions.
    1
    MIT