Skip to main content
Glama
minhasaatish

Developer Portfolio MCP Server

by minhasaatish

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_developer_profileA

Get the developer's core profile: name, title, contact, summary, and availability.

list_projectsA

List all projects in the developer's portfolio.

Args: status: Optional filter — 'Active', 'Completed', or None for all.

get_project_detailsB

Get detailed information about a specific project.

Args: project_id: Project slug, e.g. 'developer-portfolio-mcp'.

search_skillsA

Search skills by keyword and optional category.

Args: query: Skill name or keyword to search for (case-insensitive). category: Skill category to search in, or 'all' for every category.

get_contact_infoA

Get contact links and availability for scheduling interviews.

compare_stackB

Compare a job's required tech stack against the developer's skills.

Args: required_stack: List of technologies from a job description, e.g. ['Python', 'React', 'Docker'].

Prompts

Interactive templates invoked by user choice

NameDescription
interview_prep Generate an interview preparation brief for a specific role. Args: role: Target job title, e.g. 'Senior Python Engineer'. company: Company name for context.
recruiter_brief Generate a recruiter-friendly candidate brief. Args: focus: 'technical', 'leadership', or 'full' overview.
project_pitch Generate a pitch for a specific portfolio project. Args: project_id: Project slug, e.g. 'developer-portfolio-mcp'.

Resources

Contextual data attached and managed by the client

NameDescription
resume_resourceFull developer resume in Markdown format.
projects_resourceComplete list of portfolio projects as JSON.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/minhasaatish/developer-portfolio-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server