Bijon Portfolio Server
БесплатноНе проверенExposes a personal portfolio's resume, projects, skills, certifications, and live GitHub repositories as tools for AI assistants to query via natural language.
Описание
Exposes a personal portfolio's resume, projects, skills, certifications, and live GitHub repositories as tools for AI assistants to query via natural language.
README
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").
🛠️ 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.json - On macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- On Windows:
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
Установка Bijon Portfolio Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Bijon2002/Build-Own-MCPFAQ
Bijon Portfolio Server MCP бесплатный?
Да, Bijon Portfolio Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Bijon Portfolio Server?
Нет, Bijon Portfolio Server работает без API-ключей и переменных окружения.
Bijon Portfolio Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Bijon Portfolio Server в Claude Desktop, Claude Code или Cursor?
Открой Bijon Portfolio Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Bijon Portfolio Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
