mcp-me
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ask_about_meA | Ask any question about this person and get an answer based on their complete profile. Covers: bio, career history, skills, projects, interests, personality, goals, and FAQ. Examples: 'What programming languages do they know?', 'Where do they work?', 'What books have they written?' |
| search_profileA | Search across the entire personal profile for a keyword or phrase. Searches through: name, bio, job titles, companies, skill names, project names, article titles, book titles, social links, FAQ answers, and more. Returns matching fields with their location in the profile. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| introduce_me | Generate a warm, professional 2-paragraph introduction for Your Name based on their career, skills, projects, and interests |
| summarize_career | Write a concise career summary for Your Name covering work experience, key skills, and professional growth |
| technical_profile | Describe Your Name's technical skills, programming languages, frameworks, tools, and notable technical projects |
| collaboration_fit | Evaluate whether Your Name would be a good fit for a specific project based on their skills, experience, interests, and availability |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| profile-identity | Name, bio, location, email, website, and social media links. Use this to learn who this person is and how to contact them. |
| profile-career | Work history, job titles, companies, education, and certifications. Use this to understand professional background and expertise. |
| profile-skills | Programming languages (with proficiency levels), technical skills, frameworks, and tools. Use this to evaluate technical capabilities. |
| profile-interests | Hobbies, topics of interest, favorite subjects. Use this to understand what this person cares about beyond work. |
| profile-personality | Personality traits, values, work style preferences, MBTI type, strengths. Use this to understand communication and collaboration style. |
| profile-goals | Short-term, medium-term, and long-term personal and professional goals. Use this to understand aspirations and direction. |
| profile-projects | Open-source projects, published books, articles, packages, and creative work with links. Use this to see what this person has built. |
| profile-faq | Pre-answered questions about this person — reading habits, published works, online presence, timezone, languages spoken. Use this for quick facts. |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: 'ask_about_me' answers natural language questions, while 'search_profile' performs keyword search. There is no overlap in functionality.
Both tools follow a consistent verb_noun pattern using snake_case (ask_about_me, search_profile), making the naming predictable and clear.
With only 2 tools, the server is slightly thin but still well-scoped for querying a personal profile. The tools are comprehensive enough to cover the intended use cases.
The tools cover both Q&A and keyword search adequately for a read-only profile assistant. Minor gaps exist (e.g., no explicit list tool), but they are not critical.