mcp-me for VS Code
io.github.paladini/mcp-me
Expose your personal, professional, educational, and social profile to any AI assistant via MCP.
client:VS Code
transport:stdio
runtime:npm
Install mcp-me in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "mcp-me-profile-dir",
"description": "MCP_ME_PROFILE_DIR",
"password": true
}
],
"servers": {
"mcp-me": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-me"
],
"env": {
"MCP_ME_PROFILE_DIR": "${input:mcp-me-profile-dir}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs