pathpilot-mcp-server
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 |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"subscribe": true,
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_evidence_profileA | Analyze a GitHub repository OR a GitHub user profile URL and generate a learning roadmap. If a GitHub profile URL is provided, automatically inspect the user's public repositories to infer skills. |
| get_repository_snapshotA | Return a bounded, normalized repository snapshot (file tree, manifest, README, selected source content) without running the full analysis pipeline. |
| get_linkedin_profileB | Return user-authorized, normalized LinkedIn profile snapshot with declared skills, roles, education, certifications, and projects. |
| compare_profile_and_repository_skillsB | Identify self-reported LinkedIn skills that do / do not have matching GitHub evidence in the selected repository. |
| generate_evidence_cardsA | Return UI-ready evidence cards with highlights, summaries, sources, and next-step suggestions. Accepts an analysisId from a prior run, or an analysis object. |
| get_roadmap_signalA | Return verified/self-reported/partial/missing skill arrays plus the priority gap and a suggested next task from a prior analysisId or analysis object. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| review_unified_evidence | Summarize GitHub and LinkedIn evidence into a transparent, learner-facing overview. GitHub for verification; LinkedIn claims labeled self-reported. |
| recommend_next_project | Turn roadmap signal into one practical, concrete build task. Prioritize the prerequisite priority gap; include acceptance checks; avoid course lists. |
| explain_roadmap_change | Produce visible "Why this changed" text. Name GitHub evidence, LinkedIn context, and the exact sequence change relative to the baseline 4-week roadmap. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Full-Stack Developer Skill Matrix v1 | Target skills, evidence thresholds, and source/status definitions for the full-stack-developer pathway. |
| Technology Detection Rules v1 | GitHub detector rules, weights, and signal sources for evidence engine transparency. |
| Profile Normalization Rules v1 | LinkedIn field mappings, allowed profile signals, and skill canonicalization for consent-aware profile handling. |
| Full-Stack Developer 4-Week Baseline Roadmap v1 | Baseline 4-week sequence, checkpoints, and prerequisites used by the AI roadmap service to calculate a change. |
| Analysis Limits and Privacy Policies v1 | File/profile allowlist, budgets, excluded paths, and redaction rules used by analysis pipeline. |
| Evidence Card UI Schema v1 | UI data contract for frontend evidence cards. Keeps frontend cards stable across analysis changes. |
| Health Checks | Current health status of all registered health checks |
| Widget Examples | Provides metadata and examples for all registered UI widgets |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Godofdeath1709/pathpilot-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server