Back to Apps

Portfolio MCP UI
Supports UIby khiwniti
A protocol-native portfolio surface that turns a career history into a set of addressable MCP tools.
0 stars
Works in:ChatGPT
Exposes:ToolsResources
What it does
Portfolio MCP UI transforms a professional portfolio from a static page into a protocol surface. Instead of reading a bio, AI assistants call tools to fetch typed structured content, rendering a series of 39 interactive React widgets. It supports deep drilling from a project grid down to a specific source-code module.
Key features
- 4-Level Drill: Navigate from Section → Component → Sub-component → Primary Source.
- Knowledge Graph: Integrated Neo4j Aura support for live technology rankings and repo relationships.
- Vercel Sandbox: Built-in cloud micro-VMs to run and verify code directly within the portfolio context.
- Evidence-Backed: Every claim is linked to a citable provenance trail of projects and roles.
Installation
- Claude Desktop: Deploy to Vercel and add the HTTP endpoint to your config:
{
"mcpServers": {
"portfolio": {
"transport": { "type": "http", "url": "https://your-app.vercel.app/mcp" }
}
}
}
- Local Dev:
git clonethennpm installandnpm run dev.
Supported hosts
Claude Desktop, ChatGPT (via HTTP), any MCP-compatible host.
Choose your AI client and follow the steps below.
ChatGPT
Add the deployed Vercel URL as a ChatGPT Connector.Claude Desktop
{
"mcpServers": {
"portfolio": {
"transport": { "type": "http", "url": "https://<project>.vercel.app/mcp" }
}
}
}





