nabheet

nabheet/nabheet
★ 0 stars TeX AI/LLM Updated 4d ago
Nabheet Sandhu — AI Engineer. LaTeX resume, MCP servers, agentic systems, and this profile.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nabheet": {
      "command": "npx",
      "args": [
        "-y",
        "nabheet/nabheet"
      ]
    }
  }
}

README Excerpt

**AI Engineer** building agentic systems, MCP servers, and tools at the intersection of LLMs and practical automation. Based in Denver. This repo is my resume — a LaTeX document compiled to PDF. The source is `nabheet_sandhu_resume.tex` and the latest PDF lives in `.temp/`. Build with: ```bash latexmk -pdf -outdir=.temp nabheet_sandhu_resume.tex