mcp-me for Gemini CLI
io.github.paladini/mcp-me
Expose your personal, professional, educational, and social profile to any AI assistant via MCP.
client:Gemini CLI
transport:stdio
runtime:npm
Install mcp-me in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-me": {
"command": "npx",
"args": [
"-y",
"mcp-me"
],
"env": {
"MCP_ME_PROFILE_DIR": "<MCP_ME_PROFILE_DIR>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs