mcp-me for Zed
io.github.paladini/mcp-me
Expose your personal, professional, educational, and social profile to any AI assistant via MCP.
client:Zed
transport:stdio
runtime:npm
Install mcp-me in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-me": {
"command": "npx",
"args": [
"-y",
"mcp-me"
],
"env": {
"MCP_ME_PROFILE_DIR": "<MCP_ME_PROFILE_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs