Skip to main content
Glama
priya2001

Priya Gautam MCP Server

by priya2001

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 profile

MCP Inspector v1.0.0

MCP education

About ME

About Priya

About Priya 2

Source vs compiled code

  • src/*.ts = editable TypeScript source code.

  • dist/*.js = compiled JavaScript generated from the TypeScript source.

  • dist is included in this ZIP so Node/Claude can run the server immediately after dependencies are installed.

  • Do not edit files inside dist manually. Change src/*.ts and run npm run build again.

Requirements

  • Node.js 20+

  • npm

Install

npm install

Verify TypeScript

npm run check

Build TypeScript -> JavaScript

npm run build

This generates:

dist/
├── dcr.js
├── index.js
├── profile.js
└── server.js

Run locally in STDIO mode

This is the recommended mode for local Claude Desktop / IDE MCP clients.

npm start

npm start runs node dist/index.js.

Claude 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 dev

This uses tsx watch src/index.ts.

HTTP mode

Run:

MCP_TRANSPORT=http npm run dev

The server exposes:

http://localhost:3000/health
http://localhost:3000/mcp

The /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-profile

  • get-skills

  • get-projects

  • get-education

  • get-experience

  • list-sections

  • search-priya-profile — primary DCR tool

  • search-profile — backward-compatible alias

  • explain-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.

-
license - not tested
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • The personal context layer for AI: your profile and files, read by any MCP client over OAuth.

  • 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.

View all MCP Connectors

Latest Blog Posts

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