Priya Gautam MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Priya Gautam MCP ServerWhat are Priya's technical skills?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Priya Gautam MCP Server
An MCP (Model Context Protocol) server that exposes Priya Gautam's professional profile through tools, resources, prompts, and Dynamic Context Retrieval (DCR).
Screenshots
MCP Inspector v1.0.0

MCP Inspector v1.0.0

About ME


Related MCP server: Pavan Madduri — Personal Knowledge MCP Server
Source vs compiled code
src/*.ts= editable TypeScript source code.dist/*.js= compiled JavaScript generated from the TypeScript source.distis included in this ZIP so Node/Claude can run the server immediately after dependencies are installed.Do not edit files inside
distmanually. Changesrc/*.tsand runnpm run buildagain.
Requirements
Node.js 20+
npm
Install
npm installVerify TypeScript
npm run checkBuild TypeScript -> JavaScript
npm run buildThis generates:
dist/
├── dcr.js
├── index.js
├── profile.js
└── server.jsRun locally (recommended)
Run the compiled server for local MCP clients (STDIO):
npm startnpm start runs node dist/index.js.
For development (watch mode):
npm run devStart with the MCP Inspector (two terminals)
Open two terminals to run the server and the MCP Inspector.
Terminal 1 — run the server (HTTP mode):
MCP_TRANSPORT=http npm run devTerminal 2 — run the Inspector UI:
npx @modelcontextprotocol/inspectorClaude Desktop configuration
Use the example in claude_desktop_config.example.json and replace the placeholder with the absolute path to this project's dist/index.js:
{
"mcpServers": {
"priya-gautam-mcp": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/MOJO/dist/index.js"
],
"env": {}
}
}
}Do not point node directly at src/index.ts. Node runs the compiled dist/index.js.
Development mode
For development only:
npm run devThis uses tsx watch src/index.ts.
HTTP mode
Run:
MCP_TRANSPORT=http npm run devThe server exposes:
http://localhost:3000/health
http://localhost:3000/mcpThe /health endpoint is for a simple browser check. /mcp is an MCP protocol endpoint and should be tested using an MCP client or MCP Inspector, not by opening it as a normal webpage.
MCP tools
get-profileget-skillsget-projectsget-educationget-experiencelist-sectionssearch-priya-profile— primary DCR toolsearch-profile— backward-compatible aliasexplain-dcr
DCR
search-priya-profile ranks profile sections against the user's question and returns the most relevant context instead of returning the complete profile every time.
Example questions:
What are Priya's technical skills?
Tell me about Priya's WoodenScale experience.
What projects has Priya built?
What is Priya's educational background?
Important
Do not run npm run dev as the Claude Desktop production/local MCP command. Use npm start, which runs the compiled JavaScript entry point.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceExposes Derek Huynen's professional profile to MCP-aware AI clients, providing tools to retrieve profile, skills, experience, and projects, and resources like profile summary and resume.6MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that exposes a professional profile — certifications, industry articles, open source contributions, and live GitHub activity — as a queryable API for AI agents.711MIT
- AlicenseNot gradedqualityCmaintenanceExposes a person's structured professional profile as MCP tools, enabling Claude and other MCP clients to answer questions about that person based on real data.111MIT
- AlicenseNot gradedqualityAmaintenanceAggregates your digital footprint (GitHub, blogs, resume) into a single AI-readable profile and exposes it via MCP tools so AI agents can query your context live.1MIT
Related MCP Connectors
Personal context for AI, written by you and never scraped: your profile and files, any MCP client.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Public read-only MCP HTTP gateway for the Solapur software developers registry.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/priya2001/priya-gautam-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server