Connect via MCP
Let your AI read this site — posts, pages, everything — live, not from training data.
https://varunchoraria-mcpvercelapp.vercel.app
Paste this URL into any MCP-compatible AI client.
Connect by client
Run this once in your terminal:
claude mcp add --transport http varunchoraria https://varunchoraria-mcpvercelapp.vercel.app
Done. Open a new Claude Code session and ask anything.
Open Settings → Developer → Edit Config and add inside mcpServers:
"varunchoraria": {
"type": "http",
"url": "https://varunchoraria-mcpvercelapp.vercel.app"
}
Restart Claude Desktop after saving.
Go to Settings → MCP and add a new server, or edit .cursor/mcp.json:
"varunchoraria": {
"type": "http",
"url": "https://varunchoraria-mcpvercelapp.vercel.app"
}
Reload Cursor after saving.
Add to ~/.codex/config.yaml:
mcpServers:
varunchoraria:
type: http
url: https://varunchoraria-mcpvercelapp.vercel.app
No restart needed — Codex CLI picks it up on next run.
ChatGPT's web interface doesn't support MCP yet. Options:
- Codex CLI — OpenAI's terminal tool does support MCP. See the Codex tab above.
- Claude Code or Cursor — both work with this server today.
- Manual — copy a post from the archive and paste it into ChatGPT as context.
MCP in ChatGPT is on OpenAI's roadmap. Check back when it ships.
Any MCP-compatible client that supports HTTP transport works. Point it at:
https://varunchoraria-mcpvercelapp.vercel.app
Transport: HTTP (MCP spec 2024-11-05). No auth required.
What to ask once connected
- "What's Varun's take on AI-first GTM strategy?"
- "Summarise his notes on management and team leadership."
- "What tools and software does he use day to day?"
- "What's his most recent post about?"
- "What side projects has he shipped with AI?"
See it in action
Real Claude Code sessions using the MCP server — no copy-pasting, no manual context.
How this is different from Ask Claude / Ask ChatGPT
The "Ask Claude" and "Ask ChatGPT" buttons on this site open a web chatbot with a pre-typed query. That's useful for a quick introduction — but those AIs draw on training data, which has a cutoff date and doesn't include recent posts or pages added after their last training run.
MCP is for a different use case. When you wire up an AI agent in Cursor or Claude Code, it gets live read access to everything on this site — content published today included. Instead of the AI guessing at what I've written, it reads the actual text directly. The result is more accurate, more recent, and fully cited.
Use the chatbot buttons for discovery. Use MCP when you're doing real work — building something, writing a brief, doing research — and want my writing as active context in your workflow, not a vague memory from training.
Why this exists
Personal websites are dark matter to AI. Most models have a knowledge cutoff, don't index small personal sites deeply, and go stale fast. Ask a chatbot what I've written about B2B go-to-market strategy and it'll give you a generic answer — not the specific frameworks and cases I've actually published.
MCP is the protocol that fixes this. By running a small server that speaks MCP, any compatible AI agent can access what's here in real time. No copy-pasting, no RAG pipeline, no stale embeddings. The content updates automatically whenever I push new writing — the server always reads from the live site.
This is also an experiment. I'm interested in what it looks like when a personal site becomes a first-class data source for AI agents, not just a URL to paste into a chat window.