Bijon Portfolio MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | Yes | GitHub Personal Access Token with read-only public repository access |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| getProfileC | Get Marislin Bijosilin (Bijon)'s core profile details, including summary, contact information, education history, work experiences, and social links. |
| getProjectsA | List Bijon's curated portfolio projects, optionally filtered by a tech stack keyword (e.g. React, Laravel, PHP, Python, Deep Learning). |
| getSkillsA | List Bijon's structured technical skills categorized by programming languages, frameworks/libraries, and tools/other technologies. |
| getCertificatesA | Get the list of professional and academic certifications earned by Bijon, including issuer names and completion dates. |
| getGithubReposA | Fetches dynamic, live repository list of Bijon from GitHub, displaying updated repositories, languages, description, and stats. |
| askAboutBijonA | A free-text Q&A search tool. Ask questions or search keywords about Bijon's background, projects, work experience, or achievements. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct resource: profile, projects, skills, certificates, GitHub repos, and a free-text Q&A search. The Q&A tool is clearly a query interface, separate from the structured getters, so there is no overlap or ambiguity.
Five of six tools follow the getX pattern (getProfile, getProjects, getSkills, getCertificates, getGithubRepos). The exception is askAboutBijon, which uses a different verb, but it is still descriptive and the pattern is otherwise highly consistent.
Six tools is a well-scoped number for a portfolio server. Each tool covers a major aspect of the portfolio (profile, projects, skills, certifications, GitHub repos, and general queries), and there is no bloat or redundancy.
The tool set comprehensively covers the domain of a personal portfolio. It provides structured access to all major sections (profile, projects, skills, certificates, live GitHub repos) plus a flexible Q&A tool for anything not explicitly covered. No obvious gaps exist for a read-only portfolio use case.