A personal MCP server for querying Priya Gautam's profile, skills, projects, and capabilities with Dynamic Context Retrieval (DCR).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"priya-gautam-mcp-ser": {
"command": "npx",
"args": [
"-y",
"priya2001/priya-gautam-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add priya-gautam-mcp-ser npx -y priya2001/priya-gautam-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"priya-gautam-mcp-ser": {
"command": "npx",
"args": [
"-y",
"priya2001/priya-gautam-mcp-server"
]
}
}
}