Open to Backend, GenAI & Full-Stack roles · remote or Hyderabad

// model context protocol

Ask your own AI about me

This portfolio runs a small MCP server — the same protocol AI assistants use to call tools. Connect it to Claude Desktop or Cursor and ask your own AI about my work; it answers from my real projects and résumé.

Read-only · grounded in the same content as this site · no LLM cost on the server · it can only return real data, never invent.

// endpoint

https://anvilry.vercel.app/api/mcp/mcp

// Claude Desktop

{
  "mcpServers": {
    "sairam-portfolio": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://anvilry.vercel.app/api/mcp/mcp"]
    }
  }
}

// Cursor

{
  "mcpServers": {
    "sairam-portfolio": { "url": "https://anvilry.vercel.app/api/mcp/mcp" }
  }
}

// tools

toolwhat it returns
get_profileIdentity, headline, links, skills, achievements
list_projectsAll open-source projects
get_projectOne project's detail by slug
list_workProduction work case studies
get_workOne case study's detail by slug
search_experienceKeyword search across work, projects, skills
get_resume_variantThe canonical résumé PDF URL
list_all_contentEvery work item, project, article and note — slug, name, summary, URL
get_content_itemOne content item by type (work, project, article, note) and slug
list_decisionsReal architecture tradeoffs across projects and work, optionally filtered by tag