antlis-mcp

MCP server that makes my developer portfolio queryable by AI assistants — projects, blog, and experience exposed through Model Context Protocol.

Built 2026
TypeScript MCP SDK Vercel GitHub API MDX
Architecture diagram of antlis-mcp

MCP server that exposes my developer portfolio to AI assistants. Instead of an AI agent crawling my website and guessing relationships between projects and technologies, it can query the portfolio directly through Model Context Protocol tools. Deployed on Vercel, backed by the same Git repository as the website.

Project facts

Scope

  • MCP server deployed as Vercel function
  • Reads portfolio data directly from GitHub repository
  • Tools: about_me, search_projects, get_project, search_blog, get_article
  • Streamable HTTP transport for MCP clients

Implementation highlights

  • No database or CMS — GitHub repo is the single source of truth
  • Connects to a Telegram AI bot via Hermes for real-time portfolio queries
  • Deliberately simple: no vector DB, no embeddings, no RAG pipeline

Outcome

AI assistants can now query my portfolio directly through MCP instead of crawling the website.

What I'd improve now

Add recommend_for_role tool, MCP resources and prompts, project-to-skill matching.