← Discover MCPs and Agents
P
MCPAI & MLGitHub

Portfolio

Personal portfolio — Next.js 16, Tailwind CSS, deployed on Vercel

Links

README

From the repo.

rudrasahoo.live

Personal portfolio built with Next.js 16, Tailwind CSS, and deployed on Vercel.

Live: www.rudrasahoo.live

Stack

  • Framework — Next.js 16 (App Router)
  • Styling — Tailwind CSS
  • Linting/Formatting — Biome
  • Package Manager — pnpm
  • Deployment — Vercel (via GitHub Actions CI/CD)

Development

pnpm install
pnpm dev

Deploy

Deployments are automated via GitHub Actions on every push to the production branch. The pipeline runs a build check before deploying to Vercel.

Collected info

  • 3 stars
  • Language: TypeScript
  • Source updated: 7/13/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.