madhaviai/my-profile-mcp-server
3.2
If you are the rightful owner of my-profile-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Model Context Protocol (MCP) server is designed to facilitate communication and data exchange between different systems and applications using a standardized protocol.
My Profile MCP Server
A Model Context Protocol (MCP) server that provides tools to retrieve professional profile information, skills, education, and contact details.
For Cursor IDE (mcp.json)
Create or edit .cursor/mcp.json in your project root or global config:
{
"mcpServers": {
"madhavi-profile": {
"command": "python",
"args": [
"/Users/madhavik/opsera_workspace/explore_workspace/langfuse/mcp_server.py"
]
}
}
}