Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

unlinked in other clients