Bijon Portfolio MCP Server
Provides tools to fetch live GitHub repositories of the user, including stars, languages, and update dates.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bijon Portfolio MCP Servershow me Bijon's resume"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π Bijon Portfolio MCP Server
A Node.js & TypeScript-based Model Context Protocol (MCP) server that exposes my resume, portfolio projects, certifications, skills, and live GitHub repositories as tools. This allows AI assistants (like Claude Desktop) to query my professional background, projects, and experiences dynamically using natural language.
π Features & Exposed Tools
The server registers the following tools with the MCP client:
getProfile: Exposes core bio, contact information, education history, work/internship experiences, volunteering, and social links.getProjects: Lists curated portfolio projects (both professional and academic), with support for filtering by specific tech stacks (e.g. React, Laravel, Node.js).getSkills: Lists structured technical skills categorized by programming languages, frameworks, and developer tools.getCertificates: Lists professional and academic certifications (e.g., Salesforce AI Associate, Postman Expert, etc.).getGithubRepos: Performs an authenticated fetch to the GitHub API to return a live list of my active public repositories, showing updated dates, stars, and languages.askAboutBijon: A free-text search tool allowing natural language Q&A across the entire portfolio dataset (e.g., "What did he do at FAITE?" or "Summarize his research project at SLIIT").
Related MCP server: Pavan Madduri β Personal Knowledge MCP Server
π οΈ Tech Stack
Runtime: Node.js (v18+)
Language: TypeScript
Protocol:
@modelcontextprotocol/sdk(Stdio transport)JSON Data Layer: Custom file-based single source of truth for resume info.
π¦ Getting Started
Prerequisites
Node.js installed (LTS recommended)
A GitHub Personal Access Token (
GITHUB_TOKEN) with read-only public repository access (recommended to avoid API rate limits).
Setup
Clone the repository:
git clone https://github.com/Bijon2002/Build-Own-MCP.git cd Build-Own-MCPInstall dependencies:
npm installConfigure Environment Variables: Create a
.envfile in the root directory (or copy from the template):GITHUB_TOKEN=your_github_personal_access_token_hereBuild the project:
npm run build
π₯οΈ Local Integration (Claude Desktop)
To add this server to your local Claude Desktop client, edit the configuration file:
Open your Claude Desktop config file:
On Windows:
%APPDATA%\Claude\claude_desktop_config.jsonOn macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Add the following definition under the
mcpServersproperty:
{
"mcpServers": {
"bijon-portfolio": {
"command": "npx",
"args": [
"-y",
"tsx",
"A:/Build Own MCP/src/server.ts"
],
"env": {
"GITHUB_TOKEN": "your_github_token_here"
}
}
}
}Restart Claude Desktop. You will now see the tool icon (π) with my portfolio tools active!
π Project Structure
βββ data/
β βββ portfolio-data.json # Bio, education, experience, skills, socials
β βββ projects.json # Curated projects list
β βββ certificates.json # Certifications list
βββ src/
β βββ lib/
β β βββ github.ts # Live GitHub API query helper
β β βββ loadData.ts # JSON loader helper
β βββ tools/
β β βββ askAboutBijon.ts # Free-text Q&A tool
β β βββ getCertificates.ts
β β βββ getGithubRepos.ts
β β βββ getProfile.ts
β β βββ getProjects.ts
β β βββ getSkills.ts
β βββ server.ts # Entry point (MCP server & stdio setup)
βββ tsconfig.json
βββ package.json
βββ README.mdπ¨βπ» Author
Marislin Bijosilin (Bijon)
Website: bijon.dev
GitHub: @Bijon2002
LinkedIn: in/marisilin-bijosilin
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceExposes a public, read-only professional profile with tools to search resume evidence, fetch curated links, and generate career briefs for LLM agents.Last updatedMIT
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that exposes a professional profile β certifications, industry articles, open source contributions, and live GitHub activity β as a queryable API for AI agents.Last updated711MIT
- AlicenseAqualityCmaintenanceEnables searching and retrieving portfolio data including experience, skills, and contact information through natural language queries.Last updated5MIT
- AlicenseAqualityCmaintenanceExposes Aniket Charjan's resume as a queryable API for AI assistants, implementing MCP tools, resources, and prompts for detailed resume queries.Last updated1199MIT
Related MCP Connectors
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analyβ¦
Live data gateway for AI β 3,300+ tools across 750+ sources, with citations
Universal AI API Orchestrator β 1,554 tools, 96 services. One install.
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/Bijon2002/Build-Own-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server