unlinked for Zed
io.github.larsbaunwall/unlinked
MCP server that brings your LinkedIn professional profile and experience into your context.
client:Zed
transport:stdio
runtime:npm
Install unlinked in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"unlinked": {
"command": "npx",
"args": [
"-y",
"@larsbaunwall/unlinked"
],
"env": {
"LINKEDIN_TOKEN": "<LINKEDIN_TOKEN>",
"LINKEDIN_API_VERSION": "<LINKEDIN_API_VERSION>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs